﻿@font-face {
    font-family: 'unimed_sansextrabold';
    src: url("../fonts/unimedsans-extrabold.woff2") format("woff2"), url("../fonts/unimedsans-extrabold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_sansbold';
    src: url("../fonts/unimedsans-bold.woff2") format("woff2"), url("../fonts/unimedsans-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_sansblack';
    src: url("../fonts/unimedsans-black.woff2") format("woff2"), url("../fonts/unimedsans-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_sanssemibold';
    src: url("../fonts/unimedsans-semibold.woff2") format("woff2"), url("../fonts/unimedsans-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_sansregular';
    src: url("../fonts/unimedsans-regular.woff2") format("woff2"), url("../fonts/unimedsans-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabextrabold';
    src: url("../fonts/lab/unimedslab-extrabold.woff2") format("woff2"), url("../fonts/lab/unimedslab-extrabold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabbold';
    src: url("../fonts/lab/unimedslab-bold.woff2") format("woff2"), url("../fonts/lab/unimedslab-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabblack';
    src: url("../fonts/lab/unimedslab-black.woff2") format("woff2"), url("../fonts/lab/unimedslab-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabsemibold';
    src: url("../fonts/lab/unimedslab-semibold.woff2") format("woff2"), url("../fonts/lab/unimedslab-semibold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_slabregular';
    src: url("../fonts/lab/unimedslab-regular.woff2") format("woff2"), url("../fonts/lab/unimedslab-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'unimed_sansbook';
    src: url('../fonts/UnimedSans-Book-webfont.eot');
    src: url('../fonts/UnimedSans-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UnimedSans-Book-webfont.woff2') format('woff2'),
         url('../fonts/UnimedSans-Book-webfont.woff') format('woff'),
         url('../fonts/UnimedSans-Book-webfont.ttf') format('truetype'),
         url('../fonts/UnimedSans-Book-webfont.svg#unimed_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'unimed_slabbook';
    src: url('../fonts/UnimedSlab-Book-webfont.eot');
    src: url('../fonts/UnimedSlab-Book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/UnimedSlab-Book-webfont.woff2') format('woff2'),
         url('../fonts/UnimedSlab-Book-webfont.woff') format('woff'),
         url('../fonts/UnimedSlab-Book-webfont.ttf') format('truetype'),
         url('../fonts/UnimedSlab-Book-webfont.svg#unimed_sansbook') format('svg');
    font-weight: normal;
    font-style: normal;

}										
												
@font-face {
    font-family: 'unimed_sansbold_italic';
    src: url("../fonts/unimedsans-bolditalic.woff2") format("woff2"), url("../fonts/unimedsans-bolditalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
																																																																   
@font-face {
    font-family: 'unimed_slablight_italic';
    src: url("../fonts/unimedslab-lightitalic.woff2") format("woff2"), url("../fonts/unimedslab-lightitalic.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
			
							
												
																																																																   
						
					   
 

									 
																					
									   
				
					   
						
						 
						 
				   
										   
										
									   
 

							
					 
 


body {
	font-size:16px;
    background-color: #F5F7FA;
    font-family: 'unimed_sansregular';
}

h1, h2, h3, h4, h5 {
    font-family: 'unimed_slabbold';
}

.btn,  input[type=submit] {
	font-family: 'unimed_slabbold';
    padding: .782rem 2rem;
    font-size: 0.875rem;
    border-radius: 0.5rem;
    margin-left: 0;
}
.btn-success, input[type=submit].btn-success {
    color: #fff;
    background-color: #00995D;
    border-color: #00995D;
}
.form-control, input[type=text].form-control {
    height: calc(2.9rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #DFE3E6;
    border-radius: 0.5rem;}
.container {
    max-width: 1363px;
    width: 100%;
}

.table-cell{
    display: table-cell;
    vertical-align: middle;
}

.header .navbar {
    background-color: #FFF;
    height: 90px;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
    font-size: 16px;
    background-image: url(../images/bg-effect.svg);
    background-repeat: no-repeat;
    background-position: 62.8% 0px;
}

@media (max-width: 1366px) {
	.header .navbar {
		background-position: 70.3% 0px;
    }
        
    .container-fluid.titulo-pagina {
   	    margin-left: -15px;
	}
}	


    .header .navbar .navbar-brand {
        min-width: 290px;
    }

        .header .navbar .navbar-brand span {
            color: #00995D;
            font-size: 16px;
            float: right;
            padding-top: 10px;
            padding-bottom: 5px;
            padding-left: 20px;
            border-left: 1px solid #DFE3E6;
            margin-left: 20px;
            margin-right: 10px;
            font-family: 'unimed_slabregular';
        }
        
        .header .navbar .navbar-brand span strong {
			font-family: 'unimed_slabbold';
		}

@media (max-width: 1285px) {
    .header .navbar .navbar-brand span {
        margin-right: 0px;
    }
}

.header .navbar .color-full-menu {
    margin-top: -7px;
					  
				  
						
						   
							  
}

    .header .navbar .color-full-menu .nav-link {
        height: 91px;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        font-family: 'unimed_slabbold';
        font-size: 16px;
        padding-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }

@media (max-width: 1350px) {
    .header .navbar .color-full-menu .nav-link {
        padding-right: 5px;
        padding-left: 5px;
    }
}

.header .navbar .color-full-menu .nav-link i {
    color: #577488;
    font-size: 16px;
    margin-left: 9px;
}

.header .navbar .color-full-menu .nav-item:nth-of-type(1) {
    border-bottom: 5px solid #00995D;
}

    .header .navbar .color-full-menu .nav-item:nth-of-type(1):hover .nav-link {
        background-color: #00995D;
        color: #FFF;
    }

.header .navbar .color-full-menu .nav-item:nth-of-type(2) .nav-link {
    border-bottom: 5px solid #F16112;
    height: 96px;
}

    .header .navbar .color-full-menu .nav-item:nth-of-type(2):hover .nav-link {
        background-color: #F16112;
        color: #FFF;
    }

.header .navbar .color-full-menu .nav-item:nth-of-type(3) {
    border-bottom: 5px solid #89137D;
}

    .header .navbar .color-full-menu .nav-item:nth-of-type(3):hover .nav-link {
        background-color: #89137D;
        color: #FFF;
    }

.header .navbar #navbarDropdown:focus {
    outline: -webkit-focus-ring-color auto 0px;
}

.header .navbar .icons-menu .dropdown-toggle::after {
    display: none;
}

.header .navbar .icons-menu .dropdown .nav-link {
    border-radius: 50px;
    border: 1px solid #DFE3E6;
    height: 44px;
    width: 44px;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    margin: 0 10px;
    color: #577488;
    background-color: transparent;
    transition: all 300ms linear;
    cursor: pointer;
}

    .header .navbar .icons-menu .dropdown .nav-link:hover, .header .navbar .icons-menu .dropdown .nav-link:focus {
        background-color: #00995D;
        color: #FFF;
    }

.header .navbar .dropdown-user {
    margin-left: -6px;
    height: 90px;
    display: flex;
    align-items: center;
    min-width: 255.5px;
    background-image: url(../images/bg-pattern.png);
    background-repeat: no-repeat;
    background-position: left center;
}

    .header .navbar .dropdown-user:hover, .header .navbar .dropdown-user:focus {
        background-color: #00995D;
        outline: -webkit-focus-ring-color auto 0px;
    }

        .header .navbar .dropdown-user:hover .nav-link, .header .navbar .dropdown-user:focus .nav-link {
            color: #FFF;
        }

            .header .navbar .dropdown-user:hover .nav-link strong, .header .navbar .dropdown-user:focus .nav-link strong {
                display: block;
                color: #FFF;
            }

    .header .navbar .dropdown-user .dropdown {
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

        .header .navbar .dropdown-user .dropdown li, .dropdown-menu-user-mobile li {
            color: #577488;
            font-size: 13px;
            height: 53px;
            align-items: center;
            display: flex;
        }

            .header .navbar .dropdown-user .dropdown li a, .dropdown-menu-user-mobile li a {
                color: inherit;
            }

                .header .navbar .dropdown-user .dropdown li a:hover, .dropdown-menu-user-mobile li a:hover {
                    color: #333333;
                }

            .header .navbar .dropdown-user .dropdown li i, .dropdown-menu-user-mobile li i {
                margin-right: 6px;
            }

            .header .navbar .dropdown-user .dropdown li:hover, .dropdown-menu-user-mobile li:hover {
                background-color: #F5F7FA;
            }

    .header .navbar .dropdown-user .show {
        background-color: #00995D;
        width: 256px;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        margin-top: -2px;
        border-top: 0px;
    }

        .header .navbar .dropdown-user .show .nav-link {
            color: #FFF;
        }

            .header .navbar .dropdown-user .show .nav-link strong {
                color: #FFF;
            }

    .header .navbar .dropdown-user .nav-link {
        color: #577488;
    }

        .header .navbar .dropdown-user .nav-link strong {
            display: block;
            color: #000000;
            margin-top: 9px;
            text-transform: uppercase;
        }
        .header .navbar .dropdown-user .dropdown-toggle::after {
        	margin-top: 19px;
        }

    .header .navbar .dropdown-user p {
        float: left;
        margin-bottom: 2px;
    }

    .header .navbar .dropdown-user .icon-user {
        border-radius: 50px;
        border: 1px solid #DFE3E6;
        height: 44px;
        width: 44px;
        font-size: 16px;
        text-align: center;
        padding-top: 10px;
        margin: 0 10px;
        display: block;
        float: left;
        background-color: white;
    }

.header__submenu {
    position: absolute;
    width: 100%;
    z-index: 1000;
    height: 0px;
    min-height: 0px;
    transition: all 300ms linear;
    overflow: hidden;
    left: 0px;
    background-color: transparent;
    top: 90px;
}

.header__submenu__content {
    /*width: 1083px;*/
    max-width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #F5F7FA;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border: 1px solid #dfe3e6;
    height: 350px;
}

.header__submenu .container {
    transition: all 500ms linear;
    position: relative;
}

    .header__submenu .container .col-md-4:nth-of-type(1) {
        background-color: #FFF;
    height: 350px;
    }

        .header__submenu .container .col-md-4:nth-of-type(1) ul {
            padding: 20px 0;
            list-style: none;
            margin-left: -14px;
        }

            .header__submenu .container .col-md-4:nth-of-type(1) ul li {
                display: inline-block;
                padding: 12px 0px 12px 25px;
                width: 100%;
                font-size: 16px;
            }
            @media (max-width: 1280px) {
				.header__submenu .container .col-md-4:nth-of-type(1) ul li {
					font-size: 15px !important;
				}
				.production_footer h3{
					font-size:20px;
				}
			}

                .header__submenu .container .col-md-4:nth-of-type(1) ul li a {
                    color: inherit;
                    font-family: 'unimed_slabbold';
                    position: relative;
                    width: 100%;
                    display: block;
                    text-transform: uppercase;
                }

                    .header__submenu .container .col-md-4:nth-of-type(1) ul li a i {
                        text-align: right;
													   
                        position: absolute;
                        right: 25px;
									   
                    }

            .header__submenu .container .col-md-4:nth-of-type(1) ul .active {
                transition: all 500ms linear;
                border-left: 14px solid #FFF;
										
            }

    .header__submenu .container .col-md-5:nth-of-type(2) ul {
        padding: 20px 0 0 0;
        list-style: none;
        float:left;
        width:50%;
        display:none;
    }
    .header__submenu .container .col-md-5:nth-of-type(2) ul.active {
		display:block;
	}

        .header__submenu .container .col-md-5:nth-of-type(2) ul li {
            display: inline-block;
            padding: 12px 0px 12px 25px;
            width: 100%;
            font-size: 16px;
        }

            .header__submenu .container .col-md-5:nth-of-type(2) ul li a {
                color: inherit;
											
							
								
            }

            .header__submenu .container .col-md-5:nth-of-type(2) ul li .active {
                border-left: 4px solid #000;
            }

    .header__submenu .container .col-md-3:nth-of-type(3) {
        padding-right: 0px;
            height: 350px;
    }

    .header__submenu .container .card {
		width: 269px;
        float: right;
        position: relative;
        right: -2px;
        top: -1px;
        border-radius: 0px;
        background-color: transparent;
        border-bottom: none;
        border-right: none;
        border-top: none;
    }
    
       .header__submenu .container .card img{
       	max-width:100%;
       	width:100%;
       }
       

        .header__submenu .container .card h5 {
            font-family: 'unimed_slabregular';
            font-size: 19.2px;
        }

            .header__submenu .container .card h5 strong {
                font-family: 'unimed_slabbold';
            }

        .header__submenu .container .card .card-title strong {
            display: block;
        }

        .header__submenu .container .card .card-text {
            max-width: 190px;
            color: #577488;
            font-size: 13.33px;	  
        }

.header .green {
    height: 400px;					  
}

    .header .green .header__submenu__content {
        box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
        border: solid 1px #dfe3e6;
    }

        .header .green .header__submenu__content .col-md-4:nth-of-type(1) ul .active {
            border-left: 14px solid #00995D !important;
        }

        .header .green .header__submenu__content .col-md-4:nth-of-type(1) ul li a:hover {
            color: #00995D;
        }

        .header .green .header__submenu__content .col-md-5:nth-of-type(2) ul li a:hover {
            color: #00995D;
        }

        .header .green .header__submenu__content .col-md-3:nth-of-type(3) .card {
            background-image: url(../images/bg-pattern-menu-minhaCooperariva.svg);
            background-position: top right;
            background-repeat: no-repeat;
            background-color: #FFF;
            background-size: 93%;
		    height: 350px;
        }

            .header .green .header__submenu__content .col-md-3:nth-of-type(3) .card h5 {
                border-left: 2px solid #00995D;
                padding-left: 10px;
                margin-left: -21px;
                text-transform: uppercase;
            }

.header .orange {
    height: 400px;					  
					  
}

    .header .orange .header__submenu__content .col-md-4:nth-of-type(1) ul .active {
        border-left: 14px solid #F16112 !important;
    }

    .header .orange .header__submenu__content .col-md-4:nth-of-type(1) ul li a:hover {
        color: #F16112;
    }

    .header .orange .header__submenu__content .col-md-5:nth-of-type(2) ul li a:hover {
        color: #F16112;
    }

    .header .orange .header__submenu__content .col-md-5:nth-of-type(2) ul .active {
        border-left: 4px solid #F16112 !important;
    }

    .header .orange .header__submenu__content .col-md-3:nth-of-type(3) .card {
        background-image: url(../images/bg-pattern-menu-atuacaoMedica.svg);
        background-position: top right;
        background-repeat: no-repeat;
        background-color: #FFF;
        background-size: 93%;
	    height: 350px;
    }

        .header .orange .header__submenu__content .col-md-3:nth-of-type(3) .card h5 {
            border-left: 2px solid #F16112;
            padding-left: 14px;
            margin-left: -21px;
            text-transform:uppercase;
        }

.header .purple {
    height: 400px;					  
					  
}

    .header .purple .header__submenu__content .col-md-4:nth-of-type(1) ul .active {
        border-left: 14px solid #89137D !important;
    }

    .header .purple .header__submenu__content .col-md-4:nth-of-type(1) ul li a:hover {
        color: #89137D;
    }

    .header .purple .header__submenu__content .col-md-5:nth-of-type(2) ul li a:hover {
        color: #89137D;
    }

    .header .purple .header__submenu__content .col-md-5:nth-of-type(2) ul .active {
        border-left: 4px solid #89137D !important;
    }

    .header .purple .header__submenu__content .col-md-3:nth-of-type(3) .card {
        background-image: url(../images/bg-pattern-menu-meusBeneficios.svg);
        background-position: top right;
        background-repeat: no-repeat;
        background-color: #FFF;
        background-size: 93%;
        height: 350px;
    }

        .header .purple .header__submenu__content .col-md-3:nth-of-type(3) .card h5 {
            border-left: 2px solid #89137D;
            padding-left: 14px;
            margin-left: -21px;
            text-transform:uppercase
        }

.header .big .header__submenu__content {
    width: 100%;
}

    .header .big .header__submenu__content .col-md-5:nth-of-type(2) ul {
        width: 50%;
        float: left;
    }

main {
    color: #000000;
}

    main .home_charts {
        position: static;
        padding-top: 40px;
        background-color: #F5F7FA;
    	border-bottom: 1px solid #DFE3E6;
    }
    main .home_charts__production {
        overflow: auto;
        position: static !important;
        /*max-height: 363px;*/
        margin-bottom: 0px !important;
        box-shadow: 0 0px 4px #dfe3e6 !important;
        border-radius: 0px !important;
    }
        main .home_charts__production::-webkit-scrollbar-track {
            background-image: url(../images/bg-scroll.png);
            background-color: #fff;
            background-repeat: repeat-y;
            background-position: center;
        }

        main .home_charts__production::-webkit-scrollbar {
            width: 5px;
        }

        main .home_charts__production::-webkit-scrollbar-thumb {
            background-color: #577488;
            border-radius: 8px;
            height: 50px !important;
        }

        main .home_charts__production ul {
            font-size: 12px;
        }

        main .home_charts__production .range {
            float: right;
            width: 200px;
            position: absolute;
            top: 0px;
            right: 0px;
        }

        main .home_charts .card {
            max-height: 300px;
        }
        
    main .box_header_card_1 .range {
            float: right;
    width: 200px;
    position: absolute;
    top: -4px;
    right: 0px;    }

	main .box_header_card_1 {
		position: unset !important; 
		width: 100% !important;
		background-color: #fff;

    border-radius: 8px 8px 0px 0px;
    box-shadow: 1px 1px 13px #DFE3E6;
	}
/*
@media (max-width: 1100px) and (min-width: 768px) {
    main .home_charts__production .range {
        position: static;
        float: none;
    }
    main .box_header_card_1 .range {
   		position: static;
        float: none;
    }
}
*/


main .box_header_card_1 .range .gj-datepicker-md:nth-last-of-type(2) {
    left: 0px;
}

    main .box_header_card_1 .range .gj-datepicker-md:nth-last-of-type(2)::before {
        content: '-';
        position: absolute;
        top: 5px;
        left: 82px;
        display: block;
    }


main .home_charts__production .range .gj-datepicker-md:nth-last-of-type(2) {
    left: 0px;
}

    main .home_charts__production .range .gj-datepicker-md:nth-last-of-type(2)::before {
        content: '-';
        position: absolute;
        top: 5px;
        left: 82px;
        display: block;
    }

main .home_charts__production h5 {
    text-align: left;
}

main .home_charts__production #daterangepicker{
	outline: none;
    float: right;
    position: absolute;
    right: 0;
    top: 14px;
    text-transform: uppercase;
    border: 0; color:#333333}


main .box_header_card_1 #daterangepicker{
outline: none;
     float: right;
    text-align: right;
    padding-right: 30px;
    font-size: 13.33px;
    position: absolute;
    right: 18px;
    top: 18px;
    background: transparent;
    text-transform: uppercase;
    border: 0;color:#333333}


@media (max-width: 1100px) and (min-width: 992px) {
    main .box_header_card_1 #daterangepicker {
        font-size: 11px;
    }
    main .home_charts__production #daterangepicker {
        position: static;
        float: none;
    }

}



@media (max-width: 850px){
    main .home_charts__production #daterangepicker {
        width: 100%
    }
    main .box_header_card_1 #daterangepicker {
        width: 100%
    }

}


main .box_header_card_1 .fa-caret-down {
       color: #577488;
    border: 1px solid #DFE3E6;
    border-radius: 50%;
    color: #577488;
    cursor: pointer;
    width: 25px;
    text-align: center;
    font-size: 16px;
    height: 25px;
    padding-top: 4px;
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    margin-left: 3px;
    position: absolute;
    right: 16px;
    top: 15px;
}

main .home_charts__production .fa-caret-down {
    color: #577488;
    border: 1px solid #DFE3E6;
    border-radius: 50%;
    color: #577488;
    cursor:pointer;
    width: 25px;
    text-align: center;
    font-size: 16px;
    height: 25px;
    padding-top: 4px;
    background-color: #FFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    margin-left: 3px;
    position: absolute;
    right: 0;
    top: 15px;
}


main .box_header_card_1 .range {
    border-bottom: 0px;
    font-family: 'unimed_slabbold';
    text-transform: uppercase;
					  
}


main .home_charts__production .range {
    border-bottom: 0px;
    font-family: 'unimed_slabbold';
    text-transform: uppercase;
					  
}

														  
					  
	 

main .home_charts__production .col-md-3 {
    color: #F16112 !important;
}

main .home_charts__production div[class^="col-md"], main .home_charts__production .row {
    padding: 0px !important;
    margin: 0px !important;
    text-align: center;
    color: #577488;
    overflow: hidden;
	white-space: nowrap; /* Don't forget this one */
	text-overflow: ellipsis;
}

main .home_charts__production .home_charts_box__header {
    position: absolute;
    width: 90%;
    background-color: #fff;
    box-sizing: border-box;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    z-index: 2;
}

@media (max-width: 1250px) {
    main .home_charts__production .home_charts_box__header {
	    width: 84%;
	}

}

main .home_charts .chart {
  /* padding: 12px 0px !important;*/
}

@media (max-width: 1250px) 
 {
    main .home_charts .chart {
        top: 0px;
        flex: 1;
        max-width: 75%;
	    margin-left: auto;
	    margin-right: auto;
    }
}
												   
.ms-srch-hover-actions {
    display: none;
}					 
 

main .home_charts .doughnut {
    /*    padding: 0px 0px 0px 40px !important; */
}

@media (max-width: 1250px) {
/*    main .home_charts .doughnut {
				 padding: 0px 40px 0px 40px !important;
        flex: 1;
	    max-width: 75%;
	    margin-left: auto;
	    margin-right: auto;
        position: relative;
    }*/
}

main .home_charts .legend {
    text-align: center;
 /*   position: absolute;
    right: 20px;
    width: 54%;
    padding: 14px;*/
}

@media (max-width: 1350px) {
 /*   main .home_charts .legend {
        padding: 10px 20px;
    }*/
}
@media (max-width: 1280px) {
  /*  main .home_charts .legend {
    	 padding: 56px 30px !important;
    }*/
}
@media (max-width: 1250px) {
   /* main .home_charts .legend {
        width: 100%;
        position: relative;
        right: 0px;
        padding: 10px 30px !important;;
    }*/
}

main .home_charts .legend h2 {
    font-size: 39px;
    color: #00995D;
    font-family: 'unimed_slabbold';
}

canvas#valorizacao-programa-chart {
 /*   padding: 0px 23px 20px 0px !important;*/
}

canvas#onlineExamsChart {
  /*  padding: 0px 38px 26px 0px !important;*/
}


main .home_charts .legend p {
    font-size: 13px;
    color: #577488;
    margin-bottom:7px;
}

    main .home_charts .legend p strong {
        display: block;
        color: #577488;
        font-family: 'unimed_sansregular';
    }

main .home_charts .legend ul {
    padding: 0px;
    list-style: none;
}

    main .home_charts .legend ul li {
        font-size: 13px;
        color: #577488;
        text-align: left;
    }

        main .home_charts .legend ul li strong {
            color: #000000;
            margin-right: 5px;
            font-family: 'unimed_slabbold';
        }
  
													  
	main .home_charts iframe{
			border-radius:8px;
			box-shadow: 1px 1px 13px #DFE3E6;
			border: 1px solid rgba(0,0,0,.125);
		}			
			
			
			   
						  
			
				   
		 
				  
 
 		/*

        main .home_charts .legend ul li:nth-of-type(1):after {
            content: '';
            width: 17px;
            height: 8px;
            display: block;
            background-color: #00995D;
            float: left;
            position: relative;
            top: 6px;
            margin-right: 5px;
        }

        main .home_charts .legend ul li:nth-of-type(2):after {
            content: '';
            width: 17px;
            height: 8px;
            display: block;
            background-color: #B0C933;
            float: left;
            position: relative;
            top: 6px;
            margin-right: 5px;
        }

        main .home_charts .legend ul li:nth-of-type(3):after {
            content: '';
            width: 17px;
            height: 8px;
            display: block;
            background-color: #FFEAB8;
            float: left;
            position: relative;
            top: 6px;
            margin-right: 5px;
        }
  */
main .home_charts .legend a {
    font-size: 13px;
    color: #FFF;
    background-color: #00995D;
    border: 2px solid #00995D;
    display: block;
    border-radius: 50px;
    padding: 8px 12px;
      /*  margin-top: 27px;*/
    text-decoration: none;
    transition: all 300ms linear;
    font-family: 'unimed_slabbold' !important;
        white-space: nowrap;
}
main .home_charts a.btn-sucess-indicadores{
    font-size: 13px;
    max-width:215px;
    color: #FFF;
    text-align:center;
    background-color: #00995D;
    border: 2px solid #00995D;
    display: block;
    border-radius: 50px;
    padding: 8px 12px;
    margin: 0 auto;
    text-decoration: none;
    transition: all 300ms linear;
    font-family: 'unimed_slabbold' !important;
}
main .home_charts a.btn-sucess-indicadores:hover{
	background-color: #FFF;
    color: #00995D;
}
main .exames-online-content {
	padding:20px;
	padding-top:5px;
}
main .exames-online-content .legend h2{
	color: #a32490;
	margin-bottom:0px;
}

main .exames-online-empty {
    top: 35% !important;
}
main .exames-online-content .legend a,
main .exames-online-empty a {
    font-size: 13px;
    color: #FFF;
    background-color: #a32490;
    border: 2px solid #a32490;
    border-radius: 50px;
    padding: 10px 10px;
    text-decoration: none;
    transition: all 300ms linear;
    font-family: 'unimed_slabbold' !important;
}
main .exames-online-content .legend a:hover,
main .exames-online-empty a:hover {
    color: #a32490 !important;
    background-color: #FFF;
    border: 2px solid #a32490 !important;
}

main .valorizacao-programa-box-sem-dados a {
    font-size: 13px;
    color: #FFF;
    background-color: #00995D;
    border: 2px solid #00995D;
    border-radius: 50px;
    padding: 10px 22px;
    text-decoration: none;
    transition: all 300ms linear;
    font-family: 'unimed_slabbold' !important;
}
main .valorizacao-programa-box-sem-dados a:hover {
    color: #00995D;
    background-color: #FFF;
    border: 2px solid #00995D;
}

.valorizacao-sinistralidade-box {
	padding:0 20px;
}
.valorizacao-sinistralidade-box .legend {
  /*  right: -20px !important;
    top: 40px !important;
    padding: 44px !important;*/
}
/* tooltip */
.valorizacao-sinistralidade-box .icon-info{
	position: absolute;
    top: 5px;
    right: -10px;
    border-radius: 100px !important;
    min-width: 30px;
    height: 30px;
    padding: 0 !important;
    z-index: 9;
}
.valorizacao-sinistralidade-box .icon-info:hover {
    color: #00995D;
    background-color: #FFF;
    border: 2px solid #00995D !important;
    outline:none;
}
.valorizacao-sinistralidade-box .icon-info i{
	margin-right:0 !important;
}
	
@media (max-width:1024px) {
	canvas#valorizacao-programa-chart {
	   /*  padding: 13px 15px 13px 15px !important;*/
	}
	canvas#onlineExamsChart {
	    /*padding: 13px 15px 13px 15px !important;*/
	}
}

@media (max-width:1250px) {
	.valorizacao-sinistralidade-box .legend {
    	right: 0px !important;
    }

}
@media (max-width:992px) {
	.destaquesMobile {
		margin-top: 38.9px;
	}
	.destaquesMobile .carousel-indicators {
		position: inherit !important;
		top: 15px !important;
	}
	.destaquesMobile .carousel-indicators li {
	    width: 8px !important;
	    height: 8px !important;
	    border-radius: 50% !important;
	    border: 1px solid #000;
	    background-color: #fff !important;
	}
	.destaquesMobile .carousel-inner {
		 border-radius: 4%;
	}
	.destaquesMobile .carousel-indicators li.active {
		background-color: #00995D !important;
		border: 1px solid #00995D;
	}
}
@media (max-width:768px) {
	canvas#valorizacao-programa-chart {
	    padding: 0px !important;
	}
	canvas#onlineExamsChart {
	    padding: 0px !important;
	}
			h2.pf::after {
	    width: 48%;
	}
}
@media (max-width: 768px) {
    canvas#valorizacao-programa-chart { 
   /* 	padding: 0px 10px 10px 10px !important;*/
    }
    canvas#onlineExamsChart { 
    /*	padding: 0px 10px 10px 10px !important;*/
    }
    main .home_charts .legend__button__colors {
    	/*padding: 0px 25px 25px 25px !important;*/
    }
    .valorizacao-sinistralidade-box .legend {
	    right: 0px !important;
	    top: 0px !important;
	    padding: 0px 50px 44px 50px !important;
	}
	main .home_charts .legend a {
	    font-size: 13px !important;
	}

}
@media (max-width: 425px) {
	main .home_charts .legend a {
	    font-size: 13px !important;
	    padding: 8.5px 24.5px !important;
	}
	canvas#valorizacao-programa-chart { 
		/*padding: 26px 38px 26px 38px !important;*/
	}
	canvas#onlineExamsChart { 
		/*padding: 26px 38px 26px 38px !important;*/
	}
	.valorizacao-sinistralidade-box .legend {
	    right: 0px !important;
	    top: 0px !important;
	    padding: 0px 70px 44px 70px !important;
	}
	main .home_charts .legend__button__colors {
	/*	padding: 0px 60px 50px 60px !important;*/
    	text-align: center;
	}
}


@media (max-width: 1350px) {
    main .home_charts .legend a {
        display: inline-block;
        padding: 5px 10px;
    }
}

@media (max-width: 1310px) {
    main .home_charts .legend a {
        font-size: 12px;
    }
}

main .home_charts .valorizacao-programa-box{
	padding:10px 20px;
}
main .home_charts .valorizacao-programa-box .table{
	display:table;
	height:100%
}
main .home_charts .valorizacao-programa-box .table-cell{
	height:100%
}
main .home_charts .legend a i {
    margin-left: 3px;
}

main .home_charts .legend a:hover {
    color: #00995D;
    background-color: #FFF;
    border: 2px solid #00995D;
}

main .home_charts .legend__button {
    padding: 10px 0px;
}

main .home_charts .legend__button__colors {
  /*  padding: 35px 10px !important;*/
}
main .home_charts_box {
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 1px 1px 13px #DFE3E6;
    margin-bottom: 0;
    position: relative;
    min-height: 130px;
    margin-right: 3px;
}
/* main .home_charts_box.chartcard3{
	min-height:490px;
} */

main .home_charts_box__header {
    border-bottom: 1px solid #DFE3E6;
    padding: 15px 20px 5px 20px;
    color: #333333;
}

main .home_charts_box__header__title {
    font-size: 16px;
}

    main .home_charts_box__header__title i {
        float: left;
        color: #DFE3E6;
    }
@media (max-width: 425px) {
 main .home_charts_box__header__title i {
        display: none;
    }

}
main .home_charts_box__body {
  /*  max-height: 363px;*/
    height: 100%;
}

main .home_charts_box__body .title {
	text-transform: uppercase !important;
}

@media (max-width: 1250px) {
    main .home_charts_box__body {
        max-height: 100%;
        padding: 0px 5px 10px 5px;
    }
    
    .production__val__total {
		font-size: 25px !important;
	    color: #F16112 !important;
	    padding-top: 0 !important;
	    margin-top: 10px !important;
	    text-align: center !important;
	    margin-right: 0px !important;
	}
}
@media (max-width: 768px) {
/*main .home_charts .doughnut {
    padding: 0px 35px 0px 35px !important;}
    .production__val__total {
		font-size: 35px !important;
}*/
}
@media (max-width: 991px) {
	.home_charts__production .list-group-item {
		text-transform: none !important;
	}
}

main .home_charts_box__body__day__date {
    padding: 10px 20px 5px;
    margin: 0px;
    font-size: 13px;
    font-family: 'unimed_slabbold';

}

main .home_charts_box__body__day .list-group {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

main .home_charts_box__body__day .list-group-item {
    font-size: 13.33px;
    padding: 10px 12px 10px 20px;
    font-family: 'unimed_slabregular';
    position: static;
}

    main .home_charts_box__body__day .list-group-item .col-md-5 {
        text-align: left;
        text-transform: capitalize;
        color: #577488;
    }

    main .home_charts_box__body__day .list-group-item:first-of-type {
        border-top: none !important;
        color: #577488;
        font-family: 'unimed_sansregular';
    }

        main .home_charts_box__body__day .list-group-item:first-of-type .col-md-3 {
            color: #577488 !important;
        }

main .home_charts_box__body__day .list-tooltip:hover {
    background-color: rgba(112, 112, 112, 0.1);
}

main .home_charts_box__body .btn {
    color: #FFF;
    background-color: #00995D;
    border-radius: 50px;
    padding: 6px 16px;
    text-align: center;
    font-size: 14px;
}

    main .home_charts_box__body .btn i {
        margin-right: 6px;
    }

    main .home_charts_box__body .btn:hover {
        background-color: #FFF;
        color: #00995D;
    }


main .home_charts_box__footer {
    /* position: absolute; */
    width: 100%;
    /* bottom: 0px; */
    padding: 0px 20px;
    /*height: 32px;*/}
.home_charts_box__footer.header-two{
    margin-top: 10px;
}
    main .home_charts_box__footer p {
        margin-bottom: 0px;
        font-size: 13px;
        color: #000000;
        text-align: left;
        font-family: 'unimed_slabregular';
        padding: 6px 0px;
    }

        main .home_charts_box__footer p strong {
            float: left;
            border-right: 1px solid #DFE3E6;
            font-family: 'unimed_slabbold';
            padding: 6px 0px;
            padding-right: 20px;
            margin-top: -6px;
            margin-bottom: -6px;
									   
        }

main .home_charts_box .box-chart {
    margin: 0px;
    min-height: 160px !important;
}

main .home_charts .exames h5 {
    text-align: left !important;
}

main .home_charts .exames #examsOnlineDate {
	outline:none;
    width: 70px;
    float: right;
    position: absolute;
    right: 28px;
    font-size: 13.33px;
    top: 14px;    text-transform: uppercase;
    border: 0;
}

    main .home_charts .exames .fa-caret-down {
        color: #577488;
    border: 1px solid #DFE3E6;
    border-radius: 50%;
    color: #577488;
    width: 25px;
    text-align: center;
    font-size: 16px;
    height: 25px;
    padding-top: 4px;
    right: 15px;
    position: absolute;
    top: 11px;
    cursor: pointer;
     }

main .home_charts .exames #examsOnlineDate  {
    border-bottom: 0px;
    font-family: 'unimed_slabbold';
    text-transform: uppercase;
}

main .home_extrato h5 {
    text-align: left;
}

main .home_extrato #examsOnlineDate  {
    width: 110px;
    float: right;
    position: absolute;
    right: 6px;
    top: 14px;
}

    main .home_extrato .gj-datepicker-md .fa-caret-down {
        color: #577488;
        border: 1px solid #DFE3E6;
        border-radius: 50%;
        color: #577488;
        width: 25px;
        text-align: center;
        font-size: 16px;
        height: 25px;
        padding-top: 4px;
        background-color: #FFF;
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
    }

main .home_extrato .gj-textbox-md {
    border-bottom: 0px;
    font-family: 'unimed_slabbold';
    text-transform: uppercase;
}

main .home_extrato .home_charts_box__body {
    text-align: right;
    padding: 10px 30px 10px 30px;
}

    main .home_extrato .home_charts_box__body h4 {
        color: #F16112;
        font-size: 36px;
    }
    
    @media(max-width: 950px){
	    main .home_extrato .home_charts_box__body h4 {
	        font-size: 32px;
	    }	}

    main .home_extrato .home_charts_box__body ul {
        list-style: none;
        padding-left: 0px;
        margin-top: -10px;
    	margin-bottom: 40px;
    }

        main .home_extrato .home_charts_box__body ul li {
            font-size: 12px;
            color: #577488;
        }

            main .home_extrato .home_charts_box__body ul li strong {
                color: #333333;
            }

main .home_extrato{
	    background-image: url('../images/bg-element-wave.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left bottom;
}
    main .home_extrato .home_charts_box__body a {
        transition: all 300ms linear;
	    font-family: 'unimed_slabbold';
	    border: 2px solid #F16112;
	    padding: 9px 22px;
	    border-radius: 50px;
	    color: #FFF;
	    background-color: #F16112;
	    font-size: 13.33px;
	    box-sizing: border-box;    
    }

        main .home_extrato .home_charts_box__body a:hover {
            border: 2px solid #F16112;
            color: #F16112;
            background-color: #FFF;
            text-decoration: none;
        }

        main .home_extrato .home_charts_box__body a i {
            margin-left: 10px;
            font-size: 16px;
        }
        main .production_footer a {
        transition: all 300ms linear;
	    font-family: 'unimed_slabbold';
	    border: 2px solid #F16112;
	    margin-top: 10px;
	    padding: 9px 20px;
	    border-radius: 50px;
	    color: #FFF;
	    background-color: #F16112;
	    font-size: 13.33px;
	    box-sizing: border-box;  
    }
     main .production_footer .production__val_footer_box{
	    font-family: 'unimed_slabbold';
	    border: 2px solid #F16112;
	    margin-top: -7px;
	    padding: 8px 40px;
	    border-radius: 50px;
	    color: #FFF;
	    background-color: #F16112;
	    font-size: 13.33px;
	    box-sizing: border-box; 
	    display:table;
	    text-align: center;
	    text-transform: uppercase;
    }


        main .production_footer a:hover {
            border: 2px solid #F16112;
            color: #F16112;
            background-color: #FFF;
            text-decoration: none;
        }

        main .production_footer a i {
            margin-left: 10px;
            font-size: 16px;
        }
@media (max-width: 1314px) {
	main .production_footer a {
		padding: 9px 10px !important;
	}
	.production_footer h3{
		font-size:20px;
	}

}

@media (max-width: 1250px) {
	/*main .production_footer a {
		display: none !important;
	}*/
}

main .home_nucleo {
    background-color: #FFF;
	border-top-left-radius: 0;  
	border-top-right-radius: 0;   
	border-bottom-left-radius: 8px;  
	border-bottom-right-radius: 8px;  
	box-shadow: none;
    margin-bottom: 0;
    background-image: url("../images/img-banner-resultado_exames.png");
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 184px;
    background-size: cover;
    padding: 10px 20px 20px 20px;
    display: block !important;
    align-items: flex-end;
}

main .home_nucleo__content {
    display: block;
    max-width: 237px;
}
@media only screen and (min-width: 992px) and (max-width: 1250px)  {
	.home_extrato .home_charts_box__body div{
		position: relative;
	    top: 50%;
	    transform: translateY(-50%);
	}
}

@media only screen and (min-width: 768px) and (max-width: 1249px)  {
	.production_footer {
    	padding-top:10px;
    	padding-bottom:10px;
	}
}


@media (max-width: 768px) {
    main .home_nucleo__content {
        max-width: 100%;
    }
    #production-chart {
		display: none !important;
	}

}



main .home_nucleo h2 {
    margin-top: 40px;
    max-width: 237px;
    display: block;
    font-size: 30px;
    font-family: 'unimed_slabregular';
}

    main .home_nucleo h2 strong {
        font-family: 'unimed_slabbold';
    }

main .home_nucleo a {
    color: #ffffff;
    text-decoration: underline;
}

    main .home_nucleo a.btn-link {
        transition: all 300ms linear;
        font-family: 'unimed_slabbold';
        background-color: #00995D;
        color: #FFF;
        display: block;
        text-decoration: none;
        position: absolute;
        padding: 12px 25px;
        border-radius: 50px;
        font-size: 13px;
        bottom: 15%;
        right: 5%;
        border: 2px solid #00995D;
    }

        main .home_nucleo a.btn-link:hover {
            background-color: #FFF;
            color: #00995D;
        }

@media (max-width: 1000px) {
    main .home_nucleo a.btn-link {
        bottom: 42%;
    }
}

@media (max-width: 950px){
    main .home_nucleo a.btn-link {
        bottom: 42%;
        position: relative;
        width: 265px;
    }
}

@media (max-width: 650px) {
    main .home_nucleo a.btn-link {
        position: relative;
    }
}

main .home_highlight .destaquesDesk {
    background-color: #FFF;
    padding-top: 39px;
    display: flex !important;
        margin-left: 0px;
    margin-right: 0px;
}
/*
@media (max-width: 1023px){
	main .home_highlight .destaquesDesk {display: none !important;}
}*/

    main .home_highlight .destaquesDesk .row {
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
        border-radius: 8px;
    }

    main .home_highlight .destaquesDesk .col-md-8, main .home_highlight .destaquesDesk .col-md-4 {
        padding: 0px;
    }

@media (max-width: 992px) {
    main .home_highlight .destaquesDesk .col-md-8, main .home_highlight .destaquesDesk .col-md-4 {
        width: 100%;
        max-width: 100vw !important;
        flex: none;
    }
}

main .home_highlight .destaquesDesk h2 {
    font-size: 28px;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: 10px;
    font-family: 'unimed_slabregular';
}

main .home_highlight .destaquesDesk h3 {
    font-size: 23px;
    color: #577488;
    margin-top: 5px;
    cursor: pointer !important;
}

main .home_highlight .destaquesDesk img {
    width: 100%;
}

main .home_highlight .destaquesDesk ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
    border: 1px solid #dfe3e6;
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
}

    main .home_highlight .destaquesDesk ul li:nth-of-type(1) {
        border-bottom: 1px solid #dfe3e6;
        transition: all 500ms linear;
        background-color: transparent;
        height:100%!important;
    }


    main .home_highlight .destaquesDesk ul li {
	    border-bottom: 1px solid #dfe3e6;
	    transition: all 500ms linear;
	    background-color: transparent;
	    height: 150.4px!important;
	    align-items: center;
	    display: flex; 
	}
	
	main .home_highlight .destaquesDesk ul li.liQuatro {
		height: 107px !important;
		padding-top: 11px !important;
	}
	
	main .home_highlight .destaquesDesk ul li.liCinco {
	    height: 85px !important;
	}

	
@media (max-width: 1200px){
		main .home_highlight .destaquesDesk ul li {
		    height: 140.4px!important;
		}
		main .home_highlight .destaquesDesk ul li.liQuatro {
			height: 107px !important;
			padding-top: 0px !important;
		}

	}
        main .home_highlight .destaquesDesk ul li div {
            padding: 22px 30px;
        }

        main .home_highlight .destaquesDesk ul li p {
            color: #577488;
            font-size: 123x;
            margin-bottom: 0px;
            text-transform: uppercase;
        }

        main .home_highlight .destaquesDesk ul li:last-of-type {
            border-bottom: none;
        }

        main .home_highlight .destaquesDesk ul li.active {
            background: #f5f7fa;
            /* Old browsers */
            background: -moz-linear-gradient(left, #f5f7fa 0%, #f0f3f6 100%);
            /* FF3.6-15 */
            background: -webkit-linear-gradient(left, #f5f7fa 0%, #f0f3f6 100%);
            /* Chrome10-25,Safari5.1-6 */
            background: linear-gradient(to right, #f5f7fa 0%, #f0f3f6 100%);
            /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#f0f3f6',GradientType=1 );
            /* IE6-9 */
        }

            main .home_highlight .destaquesDesk ul li.active h3 {
                color: #00995D;
            }

            main .home_highlight .destaquesDesk ul li.active p {
                color: #000000;
            }

main .home__news {
    padding-top: 52px;
    background-color: #FFF;
}
h2.pf{
	position:relative;
}
h2.pf,
main .home__news__title h2 {
    font-size: 27px;
    background-color: #FFF;
    color: #333333;
    margin-bottom: 30px;
    font-family: 'unimed_slabregular';
}
h2.pf strong,
main .home__news__title h2 strong {
    font-family: 'unimed_slabbold';
}
h2.pf::after{
        content: '';
        border-bottom: 1px solid #DFE3E6;
        width: 71%;
        display: block;
        position: absolute;
        top: 16px;
        right: 0;
    }


    main .home__news__title h2::after {
        content: '';
        border-bottom: 1px solid #DFE3E6;
        width: 77%;
        display: block;
        position: absolute;
        top: 16px;
        right: 0;
    }

main .home__news__menu {
    width: 100%;
    background-color: #FFF;
    border: 1px solid #DFE3E6;
    margin-bottom: 40px;
    border-radius: 8px;
}

    main .home__news__menu .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0px;
    }
    
    main .news_mobile .home__news__menu .navbar {
    	height: 45px !important;
    }

    main .home__news__menu .navbar-nav {
        padding: 0px;
        width: 100%;
        background: FFF;
    }

        main .home__news__menu .navbar-nav form {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }

            main .home__news__menu .navbar-nav form .form-group {
                width: 100%;
            }

            main .home__news__menu .navbar-nav form .form-group, main .home__news__menu .navbar-nav form .input-group-prepend {
                height: 100%;
            }

            main .home__news__menu .navbar-nav form .input-group-prepend {
                width: 37px;
            }

			.input-group-text {
                background-color: transparent!important;
                border: none!important;
            }

            main .home__news__menu .navbar-nav form input {
                border: none;
                border-radius: 0px;
                background-color: transparent;
                height: 100%;
                width: 190px;
            }

            main .home__news__menu .navbar-nav form .form-control:focus {
                border: none !important;
                border-color: transparent !important;
                box-shadow: 0px 0px 0px transparent !important;
            }

        main .news_desktop .home__news__menu .navbar-nav .nav-item {
            border-left: 1px solid #DFE3E6;
            display: flex;
            color: #577488;
            border-bottom: 4px solid #577488;
            justify-content: center;
    		align-items: center;  
        }
        
        main .news_mobile .home__news__menu .navbar-nav .nav-item {
            border-left: 2px solid #DFE3E6;
            display: flex;
            color: #577488;
            height: 45px;
            border-bottom: 1px solid #e6e6e6;
            justify-content: center;
    		align-items: center;  
        }


            main .news_desktop .home__news__menu .navbar-nav .nav-item:last-of-type {
                width: 21.7%;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                background: rgba(245,247,250,1);
				background: -moz-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,247,250,1)), color-stop(24%, rgba(240,243,246,0.72)), color-stop(24.1%, rgba(240,243,246,0.72)), color-stop(100%, rgba(255,255,255,0.37)));
				background: -webkit-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: -o-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: -ms-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: linear-gradient(to right, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#ffffff', GradientType=1 );
                border-bottom: 0px solid #f5f7fa;
            }
            
            main .home__news__menu .navbar-nav .nav-item:last-of-type:hover{	
				background: rgba(245,247,250,1);
				background: -moz-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,247,250,1)), color-stop(24%, rgba(240,243,246,0.72)), color-stop(24.1%, rgba(240,243,246,0.72)), color-stop(100%, rgba(255,255,255,0.37)));
				background: -webkit-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: -o-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: -ms-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
				background: linear-gradient(to right, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
			}
            
            main .home__news__menu .navbar-nav .nav-item:last-of-type .form-inline .form-control{	
				display: inline-block;
			    width: 65%;
			    vertical-align: middle;
			    max-width: 190px;
			    background-color: transparent;
			    border: 0px;
			    color: rgba(0, 0, 0, 1);
			}
			
			main .home__news__menu .navbar-nav .nav-item:last-of-type .form-inline .form-control::placeholder {
				color: rgba(87, 116, 136, 0.6);				
			}
			
			main .home__news__menu .navbar-nav .nav-item:last-of-type .form-inline i {
				color:rgba(87, 116, 136, 1);
			}
			
			@media (max-width: 1300px){
			
				main .home__news__menu .navbar-nav .nav-item:last-of-type .form-inline .form-control{
					font-size:11px;
				}
			
			}
			
            main .home__news__menu .navbar-nav .nav-item:last-of-type .form-inline .form-control:focus{
            	border: 0px;
            	box-shadow: 0 0 0 0 transparent;
            }
            
            main .home__news__menu .navbar-nav .nav-item {
				cursor:pointer;
			}
            
            main .home__news__menu .navbar-nav .nav-item a {
                padding-left: 10px;
                padding-right: 10px;
                font-size: 13px;
                text-decoration: none;
                min-width: 100px;
			    text-align: center;
			    display: flex;
			    align-items: center;
			    justify-content: center;
			    color: #577488;
			    font-family: 'unimed_sansregular';
            }
            
            main .home__news__menu .navbar-nav .nav-item.active {	
				background-color:#F5F7FA;
			}
						
			main .home__news__menu .navbar-nav .nav-item:hover a{
				font-family: 'unimed_sansbold';
			}
            
            main .home__news__menu .navbar-nav .nav-item.active a {
			    font-family: 'unimed_sansbold';
            }


@media (max-width: 1370px) {
    main .home__news__menu .navbar-nav .nav-item a {
        font-size: 12px;
    }
}

@media (max-width: 1250px) {
    main .home__news__menu .navbar-nav .nav-item a {
        font-size: 11px;
        
    }
}

@media (max-width: 1060px) {
    main .home__news__menu .navbar-nav .nav-item a {
        font-size: 14px;
        min-width:auto; 
        padding-left: 10px;
        padding-right: 10px;      
    }
}


main .news_desktop .home__news__menu .navbar-nav .nav-item:nth-of-type(1) a {
    color: #E4003F;
}
main .news_desktop .home__news__menu .navbar-nav .nav-item:nth-of-type(1) {
    border-bottom: 4px solid #E4003F;
}
main .news_desktop .home__news__menu .navbar-nav .nav-item:nth-of-type(2) {
    border-bottom: 4px solid #FFBE00;						  								  
}
main .news_desktop .home__news__menu .navbar-nav .nav-item:nth-of-type(3) {
    border-bottom: 4px solid #00995D;														  
}

main .news_mobile .home__news__menu .navbar-nav .nav-item:nth-of-type(1) {
    border-left: 2px solid #E4003F !important;
}
main .news_mobile .home__news__menu .navbar-nav .nav-item:nth-of-type(2) {
    border-left: 2px solid #FFBE00 !important;						 								  
}
main .news_mobile .home__news__menu .navbar-nav .nav-item:nth-of-type(3) {
    border-left: 2px solid #00995D !important;									  
}


main .home__news__menu .navbar-brand {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'unimed_slabbold';
    color: #333333;
    cursor: default;
}

    main .home__news__menu .navbar-brand i {
        color: #577488;
        font-size: 16px;
        margin-right: 6px;
    }

main .home__news_grid .card {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    margin: 15px 0px;
    padding: 0px;
}

main .home__news_grid .card:hover {
	cursor:pointer;
	box-shadow: 0px 4px 40px rgba(209, 169, 41, 0.1);
}

    main .home__news_grid .card .card-body {
        padding-top: 0px;
    }

    main .home__news_grid .card .category {
        padding: 0 1.25rem;
    }

        main .home__news_grid .card .category time {
            font-size: 11px;
            text-transform: uppercase;
            color: #577488;
            float: right;
            margin-top: 10px;
        }

        main .home__news_grid .card .category span {
            font-size: 13px;
            border-top: 4px solid #577488;
            position: relative;
            top: 3px;
            border-top: 4px solid #577488;
            padding-top: 4px;
        }

        main .home__news_grid .card .category.red span {
            color: #E4003F;
            border-top: 4px solid #E4003F;
        }

        main .home__news_grid .card .category.yellow span {
            color: #FFBE00;
            border-top: 4px solid #FFBE00;
        }

        main .home__news_grid .card .category.green span {
            color: #00995D;
            border-top: 4px solid #00995D;
        }

    main .home__news_grid .card h5 {
        font-size: 23px;
        padding-top: 0x;
    }

    main .home__news_grid .card p {
        color: #577488;
        font-size: 16px;
    }

main .home__news .btn-read-more {
    margin: 60px auto;
    padding: 20px 70px;
    border-radius: 70px;
    background-color: #00995D;
    color: #FFF;
    display: block;
    width: 220px;
    font-size: 18px;
}

.corte-footer {
    background-image: url(../images/bg-corte-footer.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    top: -1px;
    height: 88px;
    width: 100%;
}

footer {
    background-image: url(../images/bg-patternCorte-footer.svg);
	padding-top: 140px;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #F0F3F6;
}

.assistent {
    background-color: #00995D;
    margin-top: 27px;
    padding-top: 0px;
    left: -190%;
}

    .assistent::before {
        content: '';
        width: 40px;
        height: 40px;
        display: block;
        transform: rotate(133deg);
        position: absolute;
        top: -21px;
        left: 135px;
        border-color: rgba(0, 0, 0, 0.15);
        border-style: solid;
        border-width: 0px 0px 1px 1px;
        background-color: #F5F7FA;
    }

    .assistent .card {
        border: none;
        width: 315px;
        background-color: #F5F7FA;
        text-align: center;
    }

        .assistent .card .fa-chevron-down {
            position: absolute;
            top: -13px;
            transform: rotate(180deg);
            left: 129px;
            font-size: 16px;
            color: #00995D;
        }

        .assistent .card .card-body {
            padding-bottom: 5px;
        }

        .assistent .card p {
            color: #577488;
            font-size: 13px;
            margin-bottom: 0px;
        }

        .assistent .card h5 {
            font-size: 19px;
            margin-bottom: 0px;
        }

        .assistent .card h4, .assistent .card h4 a, .assistent .card h4:visited, .assistent .card h4:active, .assistent .card h4:hover {
            margin: 10px 0px;
            font-size: 16px;
            color: #333333;
        }

            .assistent .card h4 i {
                color: #577488;
                margin-right: 5px;
                font-size: 10px;
            }

        .assistent .card a {
            color: #00995D;
            font-size: 13px;
        }

        .assistent .card .list-group-item {
            font-size: 13px;
            color: #577488;
            padding-left: 3px;
            padding-right: 3px;
            text-align: left;
            padding: 10px 20px;
        }

            .assistent .card .list-group-item:first-of-type {
                color: #00995D;
                font-family: 'unimed_slabbold';
                font-size: 13px;
                text-align: center;
            }

            .assistent .card .list-group-item strong {
                color: #333333;
                font-family: 'unimed_slabbold';
                display: block;
            }

            .assistent .card .list-group-item a {
                font-size: 14px;
                color: #333333;
                text-decoration: none;
            }

        .assistent .card .links_custom {
            text-align: left;
            padding: 16px 20px;
        }

            .assistent .card .links_custom:hover {
                background-color: #F5F7FA;
            }

        .assistent .card img {
            width: 50px;
            height: 50px;
            margin: auto;
            border: 3px solid #FFF;
            margin-top: 20px;
            border-radius: 50%;
        }

@media (max-width: 768px) {
	.assistent::before {
		left: 163px;
	}
}

.search {
    position: absolute;
    top: 94px;
    left: 0;
    background-color: #fff;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    height: 0;
    overflow: hidden;
    transition: all 300ms linear;
    display: flex;
    align-items: center;
    width: 100%;
    z-index: 9;
}

    .search form {
        max-width: 414px;
        margin: auto;
    }

        .search form input {
            width: 315px !important;
            margin: auto !important;
            font-size: 16px;
            border-radius: 0px;
            border: none;
        }

            .search form input:focus {
                border: none !important;
                box-shadow: none !important;
            }

        .search form button {
            margin-top: 5px;
            border-radius: 50px;
            background-color: #00995D;
            border: none;
        }

    .search.show {
        height: 60px;
    }
    
.list-tooltip:hover .myToolptip {
	display:block !important;
}

.myToolptip {
    width: 84%;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    left: 50%;
    margin-left: -42%;
    box-shadow: 0px 6px 45px 6px rgba(0, 0, 0, 0.70);
    border-radius: 8px;
    display: none;
    z-index: 9999;
    margin-top: 52px;
}

.myToolptip::before {
    content: '';
    width: 60px;
    height: 40px;
    background: transparent;
    position: absolute;
    top: -32px;
    left: 42%;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 30px 30px 0px 30px;
    box-sizing: border-box;
    transform: rotate(175deg);
}
.myToolptip__header {
    padding: 20px 20px 5px 20px;
    border-bottom: 1px solid #DFE3E6;
}

    .myToolptip__header h5 {
        font-size: 16px;
        text-align: left;
        margin-top: 0px;
    }

        .myToolptip__header time {
            float: right;
            color: #577488 !important;
            font-family: 'unimed_slabbold' !important;
			font-size: 12px  !important;
        }

.myToolptip__body ul {
    list-style: none;
    padding: 0px;
}

    .myToolptip__body ul li {
        box-sizing: border-box;
        padding: 8px 20px;
        background-color: #F5F7FA;
        border-bottom: 1px solid #DFE3E6;
        text-transform: capitalize;
    }

		.myToolptip__body ul li:first-of-type {
            background-color: #fff;
            padding-top: 13px;
            border-top-left-radius: 8px;
   			border-top-right-radius: 8px;
        }

        .myToolptip__body ul li:last-of-type {
            border-radius: 8px;
            background-color: #fff;
        }

        .myToolptip__body ul li h5 {
            font-size: 18px;
            text-transform: uppercase !important;
            margin-bottom:0;
        }

        .myToolptip__body ul li p {
            font-size: 13px;
            color: #000000;
            font-family: 'unimed_slabbold';
            margin-bottom: 0px;
        }

            .myToolptip__body ul li span {
                font-family: 'unimed_sansregular';
                font-size: 14px;
                color: #577488;
            }

        .myToolptip__body ul li h4 {
            font-size: 16px;
            font-family: 'unimed_sansregular';
            color: #577488 !important;
        }

        .myToolptip__body ul li h3 {
            font-size: 33px;
            margin-bottom:0;
        }

        .myToolptip__body ul li small {
        	opacity: 0.63;
            color: #577488 !important;
            font-size: 11px;
            text-transform: uppercase;
            font-family: 'unimed_sansregular';
        }

@media (max-width: 991px) {
    #menu-desk {
        display: none;
    }
}

#menu-mobile {
    display: none;
    height: 81px;
    width: 100%;
    position: relative;
    overflow: hidden;
    transition: all 500ms linear;
}

@media (max-width: 991px) {
    #menu-mobile {
        display: block;
    }
}

#menu-mobile.open {
    height: 100vh;
}

#menu-mobile .header-top {
    background-color: #fff;
    padding: 10px 15px 0px 15px;
    border-bottom: 1px solid #CCC;
}

#menu-mobile .body_menu {
    background-color: #fff;
    position: absolute;
    top: 81px;
    left: 0px;
    width: 100%;
    z-index: 99;
    height: 100%;
}

    #menu-mobile .body_menu ul {
        list-style: none;
        padding: 0px;
    }

        #menu-mobile .body_menu ul li {
            border-bottom: 1px solid #eaecee;
            padding: 10px 20px;
        }

            #menu-mobile .body_menu ul li a {
                color: #000000;
                font-family: 'unimed_slabbold';
            }

                #menu-mobile .body_menu ul li a:hover {
                    background-color: #f1f1f1;
                }

        #menu-mobile .body_menu ul#menu-2 {
            background: red;
            position: absolute;
            width: 100%;
            top: 0px;
            left: -100%;
            transition: all 300ms linear;
        }

            #menu-mobile .body_menu ul#menu-2.show {
                left: 0px;
            }

        #menu-mobile .body_menu ul#menu-3 {
            background: green;
            position: absolute;
            width: 100%;
            top: 0px;
            left: -100%;
            transition: all 500ms linear;
        }

            #menu-mobile .body_menu ul#menu-3.show {
                left: 0px;
            }

#menu-mobile .navbar-brand img {
    width: 100px;
    float: left;
    margin-right: 6px;
}

#menu-mobile .navbar-brand span {
    font-size: 14px;
    position: relative;
    color: #00995D;
}

    #menu-mobile .navbar-brand span strong {
        position: relative;
        top: -11px;
    }

#menu-mobile #trigger {
    float: right;
    background-color: #f5f7fa;
    display: block;
    padding: 20px;
    border: 1px solid #CCC;
}

.production_footer {
   background-color: #F5F7FA;
    min-height: 55px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding-top: 15px;
    box-shadow: 0 2px 4px #dfe3e6;
    border-top: 1px solid #dfe3e6;
}

    .production_footer h3 {
        font-size: 26px;
        color: #F16112;
        text-align: right;
     }

    .production_footer .col-md-6 {
        padding: 0px;
    }

@media(max-width: 1024px){
	.production_footer .col-md-6 {
		width:100%;
		max-width :100%;
        padding: 15px;
    }				
 }
					   
				  
 
/***************** INCLUSÕES ************/						
	 
@font-face {
    font-family: 'viverbem';
    src: url('../webfonts/viverbem.eot?sud0m1');
    src: url('../webfonts/viverbem.eot?sud0m1#iefix') format('embedded-opentype'), url('../webfonts/viverbem.ttf?sud0m1') format('truetype'), url('../webfonts/viverbem.woff?sud0m1') format('woff'), url('../webfonts/viverbem.svg?sud0m1#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'viverbem' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-icon-viverbem:before {
    content: "\e901";
}

.empty-webpart {
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding:0;
}
    .empty-webpart .title {
        font-size: 13px;
    }

    .empty-webpart .legend-empty {
        font-size: 13px;
    }

    .empty-webpart .legend-empty-detail {
        width: 50px;
    }


nav.breadcrumb {
    background-color: transparent;
    z-index: 99;
}

ol.breadcrumb {
    background-color: transparent;
    z-index: 99;
    padding: 0px;
    margin-bottom: 15px;
    margin-top: 15px;
}

nav.breadcrumb {
    font-family: 'unimed_sansregular';
}

ol.breadcrumb span {
    font-family: 'unimed_sansregular';
    font-size: 13px;
    color: #00995D;
}
@media (max-width: 768px) {
	ol.breadcrumb > span > span {
		display: none;
	}
}

ol.breadcrumb span a {
    color: #00995D;
}


ol.breadcrumb span.active {
    color: #577488 !important;
}

ol.breadcrumb span.active a {
    color: #577488 !important;
}

.titulo-pagina span {
    font-size: 14px;
    font-family: 'unimed_sansregular';
    text-transform:uppercase;   
    text-shadow: RGBA(0,0,0,0.4) 1px 1px 10px;
}

.titulo-pagina h1 {
    font-family: 'unimed_slabbold';
    font-size: 54px;
    text-transform:uppercase;
    text-shadow: RGBA(0,0,0,0.4) 1px 1px 10px;  
}


.titulo-pagina h1:after {
    content: '\00a0';
    width: 40px;
    height: 3px;
    background-color: #00995D;
    display: block;
    margin-top: 17px;
}


li.static.selected {
    background-color: #F5F7FA;
}

.side-menu ul li {
    font-family: 'unimed_sansregular' !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #577488;
    border-top: 1px solid rgba(0,0,0,.125);
    /* padding: 9.5px 0px 9.5px 0px; */
    margin: 0px;
    padding: 0px;
}

.side-menu {
    width: 100%;
}

.side-menu ul {
    list-style-type: none;
    border-left: 1px solid rgba(0,0,0,.125);
    padding: 0px;
    border-right: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.side-menu ul li a.static {
	padding: 15.5px 15.5px 15.5px 19.5px !important;
    font-family: 'unimed_sansregular' !important;    
}

.side-menu ul li a.selected {
    border-left: 4px solid #00995D;
    color: #00995D;
    font-family: 'unimed_sansregular' !important;    
    padding: 15.5px 15.5px 15.5px 15.5px !important;
    font-weight: normal !important;
}

.side-menu ul li a.static:hover {
    background-color: #F5F7FA;
    font-family: 'unimed_sansregular' !important;    
}

.side-menu ul li a.selected {
    background-color: #F5F7FA;
    font-family: 'unimed_sansregular' !important;    
}

.container-conteudo {
    margin-top: 40px;
}

.content input.ms-long {
    width: 100%;
}

.content table.ms-long {
    width: 800px;
}

.content table.ms-long select {
    width: 330px !important;
    height: 300px !important;
}




@media (max-width: 991px) {
  main {
    padding-top: 0px; } }

@media (max-width: 991px) {
  .search.show {
    height: 60px !important;
    top: 76px; } }

@media (max-width: 991px) {
  #menu-desk {
    display: none; } }

#menu-mobile {
  display: none;
  width: 100%;
  position: absolute;
  overflow: hidden;
  transition: all 500ms linear; }
  @media (max-width: 991px) {
    #menu-mobile {
      display: block; } }
  #menu-mobile.open {
    height: 100vh;
    position: absolute; }
    #menu-mobile.open .body_menu {
      left: 0px; }
  #menu-mobile .header-top {
    background-color: #fff;
    padding: 10px 15px 0px 15px;
    border-bottom: 1px solid #CCC;
    height: 81px; }
    #menu-mobile .header-top .menu-icones {
      float: right;
      width: 167px;
      position: relative;
      top: 6px; }
      @media (max-width: 350px) {
        #menu-mobile .header-top .menu-icones {
          width: 140px; } }
      #menu-mobile .header-top .menu-icones ul {
        flex-direction: row;
        align-items: center;
        justify-content: center; }
    #menu-mobile .header-top .icons-menu ul.list-group {
      flex-direction: column; }
      #menu-mobile .header-top .icons-menu ul.list-group li {
        width: 100%; }
    #menu-mobile .header-top .icons-menu .dropdown-toggle::after {
      display: none; }
    #menu-mobile .header-top .icons-menu .dropdown .nav-link {
      border-radius: 50px;
      border: 1px solid #DFE3E6;
      height: 44px;
      width: 44px;
      font-size: 16px;
      text-align: center;
      padding-top: 10px;
      margin: 0 4px;
      color: #577488;
      background-color: transparent;
      transition: all 300ms linear;
      cursor: pointer; }
      #menu-mobile .header-top .icons-menu .dropdown .nav-link:hover, #menu-mobile .header-top .icons-menu .dropdown .nav-link:focus {
        background-color: #00995D;
        color: #FFF; }
    @media (max-width: 400px) {
        main .home_charts_box__header__title {
		font-size: 14px !important;
		text-align: center !important;
	}
	main .box_header_card_1 #daterangepicker {
		font-size: 12px !important;
	}	
	main .home_charts .exames #examsOnlineDate{
		font-size: 10.33px !important;
	}
 }
 
 #s4-bodyContainer {
	padding-bottom: 0px !important;
}
 @media (max-width: 767px) {
 .footer .nivel-0 {
	display: none !important;
	}
	 h2.pf::after {
	    display:none;
	}
	.myToolptip {
	    width: 100%;
	    margin-left: -50%;
	}
	.myToolptip__header {
	    padding: 20px 20px 10px 20px;
	}
	.myToolptip__header time{
		float: left;
    	margin-bottom: 5px;
	}
	main .production_footer a i {
    	display: inline-block !important;
	}
}
    #menu-mobile .header-top .icons-menu .dropdown-user .dropdown {
      display: flex;
      height: 100%;
      justify-content: center;
      align-items: center; }
      #menu-mobile .header-top .icons-menu .dropdown-user .dropdown li {
        color: #577488;
        font-size: 13px;
        height: 53px;
        align-items: center;
        display: flex; }
        #menu-mobile .header-top .icons-menu .dropdown-user .dropdown li a {
          color: inherit; }
          #menu-mobile .header-top .icons-menu .dropdown-user .dropdown li a:hover {
            color: #333333; }
        #menu-mobile .header-top .icons-menu .dropdown-user .dropdown li i {
          margin-right: 6px; }
        #menu-mobile .header-top .icons-menu .dropdown-user .dropdown li:hover {
          background-color: #F5F7FA; }
    #menu-mobile .header-top .icons-menu .dropdown-user .show {
      border-bottom: 4px solid #00995D; }
      #menu-mobile .header-top .icons-menu .dropdown-user .show ul.list-group {
        width: 300px; }
      #menu-mobile .header-top .icons-menu .dropdown-user .show .nav-link {
        color: #FFF; }
        #menu-mobile .header-top .icons-menu .dropdown-user .show .nav-link strong {
          color: #FFF; }
    #menu-mobile .header-top .icons-menu .dropdown-user .nav-link {
      color: #577488; }
      #menu-mobile .header-top .icons-menu .dropdown-user .nav-link strong {
        display: block;
        color: #000000; }
  #menu-mobile .body_menu {
    background-color: rgba(0, 0, 0, 0.53);
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    z-index: 99;
    height: 100%;
    transition: all 400ms linear; }
    #menu-mobile .body_menu ul {
      list-style: none;
      padding: 0px;
      width: 85%;
      height: 100vh;
      background-color: #FFF; }
      #menu-mobile .body_menu ul li {
        border-bottom: 1px solid #eaecee;
        align-items: center;
        display: flex;
        flex-direction: column;
        overflow: hidden; }
        #menu-mobile .body_menu ul li:nth-last-of-type(1) a {
          background-color: #89137D;
          color: #FFF; }
        #menu-mobile .body_menu ul li:nth-last-of-type(2) a {
          background-color: #F16112;
          color: #FFF; }
        #menu-mobile .body_menu ul li:nth-last-of-type(3) a {
          background-color: #00995D;
          color: #FFF; }
        #menu-mobile .body_menu ul li h2 {
          font-size: 19px;
          font-family: 'unimed_slabbold';
          margin-bottom: 0px;
          height: 60px;
          display: flex;
          align-items: center;
          justify-content: flex-start;
          width: 100%;
          padding: 0px 20px; }
          #menu-mobile .body_menu ul li h2 i {
            font-size: 30px;
            color: #577488;
            margin-right: 13px; }
        #menu-mobile .body_menu ul li a {
          color: #000000;
          font-family: 'unimed_slabbold';
          padding: 10px 20px;
          height: 60px;
          display: flex;
          align-items: center;
          width: 100%;
          text-align: center;
          justify-content: center; }
          #menu-mobile .body_menu ul li a:hover, #menu-mobile .body_menu ul li a:visited {
            text-decoration: none; }
          #menu-mobile .body_menu ul li a i {
            color: #FFF;
            margin-left: 9px;
            font-size: 16px; }
        #menu-mobile .body_menu ul li.clicked a i {
          transform: rotate(180deg); }
    #menu-mobile .body_menu ul.menu-2 {
      border-top: 1px solid #eaecee;
      position: relative;
      width: 100%;
      height: 0px;
      min-height: 0px;
      top: 0px;
      left: 0;
      transition: all 400ms linear; }
      #menu-mobile .body_menu ul.menu-2 li {
        flex-direction: row; }
        #menu-mobile .body_menu ul.menu-2 li a {
          background-color: #FFF;
          color: #000000;
          width: 100%;
          text-align: left;
          justify-content: flex-start; }
          #menu-mobile .body_menu ul.menu-2 li a i {
            color: #DFE3E6;
            font-size: 16px;
            position: absolute;
            right: 25px; }
  @media (max-width: 350px) {
    #menu-mobile .navbar-brand {
      width: 26%;
      padding-top: 16px; } }
  #menu-mobile .navbar-brand img {
    width: 100px;
    float: left;
    margin-right: 6px; }
    @media (max-width: 350px) {
      #menu-mobile .navbar-brand img {
        width: 80%; } }
  #menu-mobile .navbar-brand span {
    font-size: 14px;
    position: relative;
    color: #00995D; }
    #menu-mobile .navbar-brand span strong {
      position: relative;
      top: -11px; }
  #menu-mobile #trigger {
    float: left;
    display: block;
    padding: 16px 10px 10px;
    margin-right: 10px;
    color: #577488;
    font-size: 16px; }
    
    
    @media (max-width: 991px){
    #contentBox {
        max-width: 100% !important;
        width: 100% !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        min-width: 0px;
    }
}

@media (max-width: 767px){
    main .home_charts__production .home_charts_box__header {
        width: 94%;
    }
}

@media (max-width: 670px){
    main .home_charts__production .home_charts_box__header {
        width: 92%;
    }
}

@media (max-width: 500px){
    main .home_charts__production .home_charts_box__header {
        width: 88%;
    }
}
@media (min-width: 768px) and (max-width: 768px){

    main .home_nucleo {
        background-color: #FFF;
        border-radius: 8px;
        box-shadow: none;
        margin-bottom: 0;
        background-image: url("../images/img-banner-resultado_exames.png");
        background-repeat: no-repeat;
        background-repeat: no-repeat;
        background-position: 0px 93px;
        min-height: 316px;
        background-size: contain;
        padding: 20px;
        display: block !important;
        align-items: flex-end;
    }
}

@media (max-width: 950px){
    main .home_nucleo h2 {
    	font-size: 23px !important;
    	margin-top: 0px !important;
		max-width: none !important;
	}
	main .home_nucleo .home_nucleo__content div {
	    width: 100%;
	    position: absolute;
	    bottom: 38px;
	    text-align: center;
	    left: 0px;
	}
	main .home_nucleo a.btn-link {
	    text-align: center !important;
	    position: relative;
	    right: 0px !important;
	    left: 0px !important;
	    display: inline-block;
    }
	main .home_nucleo a.btn-link i {
		display: none;
	}
}

@media (max-width: 1250px){
    main .home_charts .legend__button__colors {
       /* padding: 25px 42px !important;*/
    }
}
@media (max-width: 1280px){
	h2.pf::after{
		width:68%;
	}
}

@media (max-width: 1201px){
    main .home__news__title h2::after {
        width: 70%;
    }
    h2.pf::after{
		width:63%
	}
}

@media (max-width: 915px){
    main .home__news__title h2::after {
        width: 64%;
    }
}

@media (max-width: 860px){
    main .home__news__title h2::after {
        width: 60%;
    }
}

@media (max-width: 767px){
    main .home__news__title h2::after {
        display: none
    }
    .production_footer h3 {
	    margin-right: 0px;
	    font-size: 28px !important;
	}
	.empty-webpart {
	    text-align: center;
	    position: relative;
	    top: 0;
	    transform: none;
	    padding: 20px 0;
	}
	main .home_extrato .home_charts_box__body ul{
		margin-bottom:20px;
	}
}
@media (min-width: 768px) and (max-width: 991px){
	.empty-webpart {
	    text-align: center;
	    position: relative;
	    top: 0;
	    transform: none;
	    padding: 20px 0;
	}
		main .home_extrato .home_charts_box__body ul{
		margin-bottom:20px;
	}
	main .production_footer a i {
    	display: inline-block !important;
	}
	.production_footer h3 {
	    font-size: 28px !important;
	}



}


@media (max-width: 860px){
    main .home_charts_box {
        min-height: 207px;
        height: auto;
    }
}

@media (max-width: 767px){
    main .home_charts_box {
        min-height: 200px;
        height: auto;
    }
}

@media (max-width: 425px){
    main .home_charts__production {    
    	max-height: 240px !important;
    }
}
@media (min-width: 868px) and (max-width: 991px){
   main .home_extrato{
   	min-height:210px;
  }
}


@media (max-width: 1030px) and (min-width: 767px){
    main .home_charts_box__body__day .list-group-item {
        font-size: 10px;
    }
}

@media (max-width: 849px) and (min-width: 767px){
    main .home_charts_box__body__day .list-group-item {
        font-size: 9px;
    }
}

@media (min-width: 576px){
	.home__news_grid .grid .grid-item.col-sm-6, .home__news_grid .grid .grid-sizer.col-sm-6 {
	    -ms-flex: 0 0 calc(50% - 20px);
	    flex: 0 0 calc(50% - 20px);
	    max-width: calc(50% - 20px);
	}	
}

@media (min-width: 768px){
	.home__news_grid .grid .grid-item.col-md-4, .home__news_grid .grid .grid-sizer.col-md-4 {
	    -ms-flex: 0 0 calc(33.333333% - 20px);
	    flex: 0 0 calc(33.333333% - 20px);
	    max-width: calc(33.333333% - 20px);
	}	
}

@media (min-width: 992px) {
	.home__news_grid .grid .grid-item.col-lg-3, .home__news_grid .grid .grid-sizer.col-lg-3 {
	    -ms-flex: 0 0 calc(25% - 20px);
	    flex: 0 0 calc(25% - 20px);
	    max-width: calc(25% - 20px);
	}
}

@media (min-width: 1200px) {	
	.home__news_grid .grid .grid-item.col-xl-3, .home__news_grid .grid .grid-sizer.col-xl-3 {
	    -ms-flex: 0 0 calc(25% - 20px);
	    flex: 0 0 calc(25% - 20px);
	    max-width: calc(25% - 20px);
	}
}

@keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-eclipse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-eclipse {
  position: relative;
}
.lds-eclipse div {
  position: absolute;
  -webkit-animation: lds-eclipse 1s linear infinite;
  animation: lds-eclipse 1s linear infinite;
  width: 160px;
  height: 160px;
  top: 50px;
  left: 20px;
  border-radius: 50%;
  box-shadow: 0 4px 0 0 #00995D;
  -webkit-transform-origin: 80px 84px;
  transform-origin: 80px 84px;}
.lds-eclipse {
   width: 100px !important;
  height: 100px !important;
  -webkit-transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
  transform: translate(-50px, -50px) scale(0.5) translate(50px, 50px);
 }

.lds-css {
	width:100%;
	text-align:center;
}

.lds-css, .lds-eclipse {
	display:inline-block;	
}


.empty-webpart-news .legend-empty {
	text-align:center;
}

.home__news_grid .show-more {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.home__news_grid .show-more .btn-showmore {
    color:#FFFFFF;
    font-size: 13px;
    background-color: #00995D;
    border: 2px solid #00995D;
    transition: all 300ms linear;
    font-family: 'unimed_slabbold';
    text-decoration: none;
    padding: 17.5px 67px 17.5px 67px;
    border-radius: 100px;
    font-size: 18px;
    outline: none;
}

.home__news_grid .show-more .btn-showmore:hover {
	background-color:#ffffff;
	color: #00995D;
}

#menu-desk .container-menu-principal {
    padding: 0px;
}

#menu-desk div#navbarSupportedContent {
    display: inline-flex !important;
}

#menu-desk ul.navbar-nav.mr-auto.icons-menu {
    align-items: center;
}

#menu-desk .top-menu-right {
    display: inline-flex !important;
    float: right;
    text-align: right;
}















#menu-desk .container-menu-principal {
    padding: 0px;
}

#menu-desk div#navbarSupportedContent {
    display: inline-flex !important;
}

#menu-desk ul.navbar-nav.mr-auto.icons-menu {
    align-items: center;
}

#menu-mobile #trigger {
	border: 0px;background-color: transparent;    font-size: 30px;
    margin-top: -9px;padding-left: 0px;padding-right: 15px;margin-right: 0px;
}

.home__news_grid .grid {
	margin-right: -35px !important;
}
.header .navbar .color-full-menu .nav-item:nth-of-type(1):hover .nav-link i {
    color: #FFF;
}

.header .navbar .color-full-menu .nav-item:nth-of-type(2):hover .nav-link i {
    color: #FFF;
}

.header .navbar .color-full-menu .nav-item:nth-of-type(3):hover .nav-link i {
    color: #FFF;
}

.header__submenu .container .col-md-4:nth-of-type(1) ul li a i {
    color: #DFE3E6;
}

.header .green .header__submenu__content .col-md-4:nth-of-type(1) ul .active a i, 
.header .green .header__submenu__content .col-md-4:nth-of-type(1) ul .active a{
	color:#008949;
}

.header .orange .header__submenu__content .col-md-4:nth-of-type(1) ul .active a i, 
.header .orange .header__submenu__content .col-md-4:nth-of-type(1) ul .active a{
	color:#f16112;
}

.header .purple .header__submenu__content .col-md-4:nth-of-type(1) ul .active a i,
.header .purple .header__submenu__content .col-md-4:nth-of-type(1) ul .active a{
	color:#89137d;
}

#menu-mobile .body_menu ul li.meus-beneficios  {
  background-color: #89137D;
  color: #FFF; 
}

#menu-mobile .body_menu ul li.atuacao-medica {
  background-color: #F16112;
  color: #FFF; 
}

#menu-mobile .body_menu ul li.minha-cooperativa{
  background-color: #00995D ;
  color: #FFF; 
}

#menu-mobile .body_menu ul li {
  padding: 0px 0px 0px 2px;
}

.home__news_grid .grid {
    margin-right: -20px !important;
    margin-left: 0px !important;
}

@media (max-width: 425px) {
	.home__news_grid .grid {
		margin-right: 0px !important;
		margin-left: 0px !important;
	}
}

.no-margin {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.formSearch{
	display: flex;
	align-items: center;
	justify-content: center;
}

.btnSearch {
	    transition: all 300ms linear;
    font-family: 'unimed_slabbold';
    background-color: #00995D;
    color: #FFF;
    display: block;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 13px;
}
.search .form-group {
	width: 35% !important;
}
@media (max-width: 540px) {
	.search .form-group {
		width: 100% !important;
	}
}

.news_mobile nav {
	display: inline-flex !important;
    width: 100% !important;
    border-bottom: 1px solid #e6e6e6;
}

.news_mobile nav a {
    padding-left: 15px;
}

.news_mobile .home__news__menu {
	padding-left: 0px !important;
    padding-right: 0px !important;
}

.divNewsSearchMobile {
	    width: 91%;
	    border-left: 1px solid #e6e6e6;
}
@media (max-width: 425px) {
	.divNewsSearchMobile {
	    width: 83% !important;
	}
}
@media (max-width: 320px) {
	.divNewsSearchMobile {
	    width: 78% !important;
	}
}


.divNewsSearchMobile .inputSearch {
	width: 21.7%;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(245,247,250,1);
    background: -moz-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,247,250,1)), color-stop(24%, rgba(240,243,246,0.72)), color-stop(24.1%, rgba(240,243,246,0.72)), color-stop(100%, rgba(255,255,255,0.37)));
    background: -webkit-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: -o-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: -ms-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: linear-gradient(to right, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#ffffff', GradientType=1 );
    border-bottom: 0px solid #f5f7fa;
}
.inputSearch {
  width: 100% !important;
  box-sizing: border-box;
  color: #577488;
  border: none;
  font-size: 16px;
  background-color: white;
  background-image: url('../images/searchicon.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.inputSearch:focus {
	box-shadow: none !important;
}

main .home_highlight .destaquesDesk .row{
    margin-left: 0px !important;
    margin-right: 0px !important;
}

main .home_highlight .destaquesDesk img {
	display:block;
	height: 100% !important;
	border-top: 1px solid #dfe3e6;
    border-left: 1px solid #dfe3e6;
    border-bottom: 1px solid #dfe3e6;
}

main .home_highlight .destaquesDesk ul li:nth-of-type(1) {
    border-bottom: 1px solid #dfe3e6 !important;
    transition: all 500ms linear !important;
    background-color: transparent !important;
    height: 55px !important;
}
main .home_highlight .destaquesDesk ul li {
    border-bottom: 1px solid #dfe3e6 !important;
    transition: all 500ms linear !important;
    background-color: transparent !important;
    height: 140px !important;
    align-items: center !important;
    display: block !important;
    width: 100% !important;
    cursor: pointer!important;
}

main .home_highlight .destaquesDesk h2 {
    font-size: 27.65px !important;
    text-transform: uppercase !important;
    padding-left: 30px !important;
    margin-top: 17px !important;
    color: #333333 !important;
    font-family: 'unimed_slabregular' !important;
}

main .home_highlight .destaquesDesk ul li div {
    padding: 0px 16px !important;
    width: 100% !important;
    height: 100% !important;
}

main .home_highlight .destaquesDesk ul li p {
    color: #577488 !important;
    font-size: 13.33px !important;
    padding: 16px 10px 0px 16px !important;
    margin-bottom: 0px !important;
    font-weight: inherit !important;
    text-transform: uppercase !important;
    cursor: pointer;
}

main .home_highlight .destaquesDesk h3 {
    font-size: 23px !important;
    padding: 0px 0px 0px 16px !important;
    font-weight: bold !important;
    color: #577488 !important;
    margin-top: 5px !important;
}

main .home_highlight .destaquesDesk ul li.active{
	background: rgba(245,247,250,1);
    background: -moz-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(245,247,250,1)), color-stop(24%, rgba(240,243,246,0.72)), color-stop(24.1%, rgba(240,243,246,0.72)), color-stop(100%, rgba(255,255,255,0.37)));
    background: -webkit-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: -o-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: -ms-linear-gradient(left, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    background: linear-gradient(to right, rgba(245,247,250,1) 0%, rgba(240,243,246,0.72) 24%, rgba(240,243,246,0.72) 24.1%, rgba(255,255,255,0.37) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f7fa', endColorstr='#ffffff', GradientType=1 );
}

@media (max-width: 1024px) {
    #menu-desk .navbar-brand {
	    min-width: 0px !important;
	}
	#menu-desk .navbar-brand span {
	    display: none !important;
	}
	#menu-desk .color-full-menu .nav-link {
		font-size: 12px !important;
	}
	main .home_charts {
		padding-top: 20px !important;
	}
	.header__submenu__content {
		height: auto !important;
	}
	.header__submenu .container .col-md-4:nth-of-type(1) {
		height: auto !important;
	}
	.header .orange {
		height: 500px !important;	
	}
	.header .green {
		height: 500px !important;	
	}
	.header .purple {
		height: 500px !important;	
	}
    .header__submenu .container .col-md-5:nth-of-type(2) ul li {
		padding: 12px 0px 12px 12px !important;
	}
}
#production-chart {
	margin-top: 13px;
    margin-left: 11px;
}
@media (max-width: 768px) {
 	#contentRow {
		padding-top: 10px !important;
	}
	main {
		padding-top: 10px !important;
	}
	main .home_charts .legend ul li{
		text-align:center;
	}
}

#menu-mobile .body_menu ul li h2 {
  padding: 20px 0px 20px 15px;
  text-transform: uppercase;
  color: #333333;
}

#menu-mobile .body_menu ul li h2 i {    
    margin-right: 13px;
}

#menu-mobile .body_menu ul {    
    width: 93%;    
}

#menu-mobile .body_menu ul li.minha-cooperativa a, #menu-mobile .body_menu ul li.atuacao-medica a, #menu-mobile .body_menu ul li.meus-beneficios a {
    font-size: 16px;
    padding: 0px 0px 0px 0px;
}

#menu-mobile .body_menu ul.menu-2 li a {
  padding-left: 20px;
  padding-top: 19px;
  padding-bottom: 13px;
  font-size: 13px;
  height: unset;
}

#menu-mobile .body_menu ul.menu-2 a i {
  transform: unset !important;

}

#menu-mobile .body_menu ul.menu-3 {
  display:none;
}

#menu-mobile .body_menu ul.menu-2 {
    border-top: 0px;
}

#menu-mobile .body_menu ul li {
  padding: 0px;
}

#menu-mobile .body_menu ul li.meus-beneficios,
#menu-mobile .body_menu ul li.atuacao-medica,
#menu-mobile .body_menu ul li.minha-cooperativa {
    padding: 0px 0px 0px 4px;
    border: 0px;
}

#menu-mobile .body_menu ul.menu-2 li a {
    padding:0px;
    padding-left: 20px;
    margin-top: 19px;
    margin-bottom: 13px;
    font-size: 13px;
    height: unset;
    width: 90%;
    text-transform:uppercase;
}

#menu-mobile .body_menu ul li.meus-beneficios ul.menu-2 li a:hover, 
#menu-mobile .body_menu ul li.meus-beneficios ul.menu-2 li.active a {
  border-left: 10px solid #89137D!important;
  padding-left: 10px;
 }

#menu-mobile .body_menu ul li.atuacao-medica ul.menu-2 li a:hover,
#menu-mobile .body_menu ul li.atuacao-medica ul.menu-2 li.active a {
  border-left: 10px solid #F16112 !important;
  padding-left: 10px;
 }

#menu-mobile .body_menu ul li.minha-cooperativa ul.menu-2 li a:hover,
#menu-mobile .body_menu ul li.minha-cooperativa ul.menu-2 li.active a {
  border-left: 10px solid #00995D !important;
  padding-left: 10px;
}
#menu-mobile .body_menu ul li.meus-beneficios ul.menu-2 li i,
#menu-mobile .body_menu ul li.atuacao-medica ul.menu-2 li i,
#menu-mobile .body_menu ul li.minha-cooperativa ul.menu-2 li i {
	color: #DFE3E6;
	position: absolute;
	right: 25px;
}

#menu-mobile .body_menu ul li.meus-beneficios ul.menu-2 li.active i {
  color: #89137D; 
  transform: rotate(270deg);
  }

#menu-mobile .body_menu ul li.atuacao-medica ul.menu-2 li.active i {
  color: #F16112;
  transform: rotate(270deg);
 }
  
#menu-mobile .body_menu ul li.minha-cooperativa ul.menu-2 li.active i {
  color: #00995D; 
  transform: rotate(270deg);
  }

#menu-desk .top-menu-right {
    margin-right: 35px;
}

@media (max-width: 1366px) {
	#menu-desk .top-menu-right {
    	margin-right: -10px;
	}

}

@media (max-width: 1024px) {
	#menu-desk .top-menu-right {
    	margin-right: 0px;
	}

}

#menu-mobile .body_menu ul.menu-3 {
    background-color: #F5F7FA;
    height: unset;
    width: 100%;
}

#menu-mobile .body_menu ul.menu-3 li i {
    display: none;
}

#menu-mobile .body_menu ul.menu-3 li {
    border: 0px;
}

#menu-mobile .body_menu ul.menu-3 li a {
    background-color: transparent;
    color: #577488;
    font-family: 'unimed_sansregular';
    margin-bottom: 8px;
    text-transform:none;
}



.imagem-pagina{
    position: relative;
}

.img-overlay{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 2;
}

ol.breadcrumb span a {
    color: #00995D;
    font-size: 13px;
    text-decoration: underline;
    margin-right: 4px;
    margin-left: 4px;
}
@media (max-width: 991px) {

ol.breadcrumb span a i{
	font-size: 30px !important;
}
}
.side-menu ul li a.static {
    padding: 19px 20px!important;
    font-family: 'unimed_sansregular' !important;
    font-size: 13.33px!important;
    color: #577488;
}

.side-menu ul li a.selected {
    border-left: 4px solid #00995D;
    color: #00995D;
    font-family: 'unimed_sansregular' !important;
    padding: 19px 20px!important;
    font-weight: normal !important;
}

.ms-rtestate-field p, p.ms-rteElement-P {
    margin: 0px 0px 10px 0px;
    line-height: 22px;
    color: #577488;
    font-size: 16px;
}

.header .navbar .dropdown-user .dropdown {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.header .navbar .dropdown-user .show .icon-user{
    color: #577488!important;
}

.header .navbar .dropdown-user:hover .icon-user{
    color: #577488!important;
}

.titulo-pagina h1 {
    font-family: 'unimed_slabbold';
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 0px;
}
@media (max-width: 768px) {
	.titulo-pagina h1{
    	font-size: 30px;
	}
	
	.ms-rtestate-field h2, h2.ms-rteElement-H2{
		font-size: 26px!important;
	}
	
	.barradownload h3{
		font-size: 22px!important;
	}
	
}
.header__submenu .container .card h5 {
    font-family: 'unimed_slabregular';
    font-size: 19.2px;
    max-width: 210px;
}




.library {
	background-color: #FFFFFF;
	/* Hide the browser's default checkbox */
	/* Create a custom checkbox */
	/* On mouse-over, add a grey background color */
	/* When the checkbox is checked, add a blue background */
	/* Create the checkmark/indicator (hidden when not checked) */
	/* Show the checkmark when checked */
	/* Style the checkmark/indicator */
}

.library .checkContainer {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.library .checkContainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.library .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #fff;
	border: solid #577488 2px !important;
}

.library .checkContainer:hover input~.checkmark {
	background-color: #577488;
}

.library .checkContainer input:checked~.checkmark {
	background-color: #577488;
}

.library .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.library .checkContainer input:checked~.checkmark:after {
	display: block;
}

.library .checkContainer .checkmark:after {
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: solid #fff;
}

.library .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	-o-transition: height .35s ease;
	transition: height .35s ease;
}

@media (min-width: 1024px) {
	.library__filter .collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
	}
}

.library__filter--searchmob__icon {
	background-color: #FFFFFF;
	border: 1px solid #DFE3E6;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 0px !important;
	height: 60px;
	color: #577488;
	cursor:pointer;
	padding: 15px 0px;
}

@media (min-width: 1024px) {
	.library__filter--searchmob__icon i {
		font-size: 20px;
	}
}

@media (max-width: 486px) {
	button.library__filter--searchmob__icon {
		font-size: 10px;
	}
	.library__content--results__header h2{
		font-size: 16px !important;
	}
	.library__content--results__header button{
		padding: 0 !important;
	}

	.library__content--results__header::before {
		content: ' ';
		margin-top: 0px !important;
	}
}

.library__filter--searchmob input[type='search'] {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	padding-left: 15px;
	border: 1px solid #DFE3E6;
	color: #577488;
	border: 1px solid #DFE3E6;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 0px !important;
	height: 60px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	opacity: .6;
	background-image: linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -o-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -moz-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -webkit-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -ms-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
}

.library__filter--searchmob input[type='search']::focus {
	outline: none;
}

.library__filter--searchmob input[type='search']::active {
	outline: none;
}

.library__filter--searchmob input[type='search']::before {
	content: '\f002';
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	color: #DFE3E6;
}

.library__filter--searchmob--footer {
	background-color: #F16112;
	width: 100%;
	height: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.library__filter--search__icon {
	background-color: #FFFFFF;
	border: 1px solid #DFE3E6;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	height: 60px;
	color: #577488;
	font-size: 20px;
	padding: 15px 25px;
	cursor:pointer;
}

.library__filter--search input[type='search'] {
	display: inline-block;
	vertical-align: middle;
	background-color: transparent;
	padding-left: 15px;
	border: 1px solid #DFE3E6;
	color: #577488;
	border: 1px solid #DFE3E6;
	border-radius: 0;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	height: 60px;
	text-shadow: 0px 1px 0px #fff;
	outline: none;
	opacity: .6;
	background-image: linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -o-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -moz-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -webkit-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
	background-image: -ms-linear-gradient(to right, #F5F7FA, #F0F3F6, transparent, transparent, transparent, transparent);
}

.library__filter--search input[type='search']::focus {
	outline: none;
}

.library__filter--search input[type='search']::active {
	outline: none;
}

.library__filter--selected {
	padding: 10px 0;
}

.library__filter--selected__filter {
	float: left;
	margin-right: 5px;
	marfin-left: 0 !important;
	margin-top: 10px;
	border: 1px solid #DFE3E6;
	border-radius: 100px;
	padding: 10px 13px;
	font-family: 'unimed_sansregular';
	font-size: 13px;
	background-color: #F5F7FA;
	color: #577488;
	cursor:pointer;
}

.library__filter--selected__filter i {
	font-size: 16px;
	margin-left: 5px;
	cursor: pointer;
}

.library__filter--speciality {
	border: #DFE3E6 1px solid;
	border-radius: 8px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.library__filter--speciality__header {
	font-size: 20px;
	padding: 20px 30px;
	border-bottom: #DFE3E6 1px solid;
	font-family: 'unimed_slabbold';
}

@media (max-width: 1024px){ 
	.library__filter--speciality__header h4 {
		font-size: 16px;
		font-family: 'unimed_slabbold';
	}
}

.library__filter--speciality__header h4 {
	margin: 0;
}

.library__filter--speciality__content--selected {
	margin: 0 !important;
	max-height: 320px !important;
	overflow-y: auto;
}

.library__filter--speciality__content--selected::-webkit-scrollbar-track {
	background-image: url(/style library/cooperados/images/bg-scroll.png);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100%;
}

.library__filter--speciality__content--selected::-webkit-scrollbar {
	width: 11px;
}

.library__filter--speciality__content--selected::-webkit-scrollbar-thumb {
	background-color: #577488;
	border-radius: 10px;
}

.library__filter--speciality__content--selected li {
	padding: 15px 30px;
	border-bottom: #DFE3E6 1px solid;
	cursor: pointer;
}

.library__filter--speciality__content--selected li label {
	padding-left: 15px;
	color: #577488;
	font-size: 14px;
}

.library__filter--speciality__content--selected li:hover {
	background-color: #F5F7FA;
}

.library__filter--speciality__content--actions {
	border-bottom: #DFE3E6 solid 1px;
}

.library__filter--speciality__content--actions__all {
	height: 100%;
	padding: 0 !important;
	margin: 0 !important;
	min-height: 50px;
}

.library__filter--speciality__content--actions__all button {
	cursor: pointer;
	background-color: transparent !important;
	border: none;
	width: 100%;
	min-height: 50px;
	height: 100%;
	font-size: 12px;
}

.library__filter--speciality__content--actions__nothing {
	min-height: 50px;
	border-left: #DFE3E6 solid 1px;
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #F5F7FA;
}

.library__filter--speciality__content--actions__nothing button {
	cursor: pointer;
	background-color: transparent !important;
	border: none;
	width: 100%;
	min-height: 50px;
	height: 100%;
	font-size: 12px;
}

.library__filter--speciality__content--toselect {
	margin: 0 !important;
	border-bottom: #DFE3E6 solid 1px;
	max-height: 320px !important;
	overflow-y: auto;
}

.library__filter--speciality__content--toselect::-webkit-scrollbar-track {
	background-image: url(/style library/cooperados/images/bg-scroll.png);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100%;
}

.library__filter--speciality__content--toselect::-webkit-scrollbar {
	width: 11px;
}

.library__filter--speciality__content--toselect::-webkit-scrollbar-thumb {
	background-color: #577488;
	border-radius: 10px;
}

.library__filter--speciality__content--toselect ul {
	border-right: #DFE3E6 solid 1px;
	width: 100%;
}

.library__filter--speciality__content--toselect li {
	padding: 15px 15px;
	cursor: pointer;
	border-bottom: #DFE3E6 1px solid;
}

.library__filter--speciality__content--toselect li label {
	padding-left: 15px;
	color: #577488;
	font-size: 14px;
}

.library__filter--speciality__content--toselect li:hover {
	background-color: #F5F7FA;
}

.library__filter--speciality__content--type__header {
	font-size: 20px;
	padding: 20px 30px;
	border-bottom: #DFE3E6 1px solid;
	font-family: 'unimed_slabbold';
}

.library__filter--speciality__content--type__header h4 {
	margin: 0;
}

.library__filter--speciality__content--type__content {
	color: #577488;
}

.library__filter--speciality__content--type__content li {
	border-bottom: #DFE3E6 1px solid;
	padding: 20px 30px;
	cursor: pointer;
}

.library__filter--speciality__content--type__content li i {
	font-size: 20px;
	color: #577488;
}

.library__filter--speciality__content--type__content li label {
	padding-left: 10px;
	font-size: 14px;
}

.library__filter--speciality__content--type__content li::after {
	content: "\f067";
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	float: right;
	color: #DFE3E6;
}

.library__filter--speciality__content--type__content li.selected::after {
	font-family: "Font Awesome 5 Free";
	content: "\f00d";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	float: right;
	color: #DFE3E6;
}

.library__filter--speciality__content--type__content li:hover {
	background-color: #F5F7FA;
}

.library__filter--speciality__content--type__content li:hover .fa-file-word,
.library__filter--speciality__content--type__content li.selected .fa-file-word,
.library__filter--speciality__content--type__content li.word:hover::after,
.library__filter--speciality__content--type__content li.word.selected::after {
	color: #2b579a !important;
}

.library__filter--speciality__content--type__content li:hover .fa-file-pdf,
.library__filter--speciality__content--type__content li.selected .fa-file-pdf,
.library__filter--speciality__content--type__content li.pdf:hover::after,
.library__filter--speciality__content--type__content li.pdf.selected::after {
	color: #d12d00 !important;
}

.library__filter--speciality__content--type__content li:hover .fa-file-excel,
.library__filter--speciality__content--type__content li.selected .fa-file-excel,
.library__filter--speciality__content--type__content li.excel:hover::after,
.library__filter--speciality__content--type__content li.excel.selected::after {
	color: #217346 !important;
}

.library__filter--speciality__content--type__content li:hover::after {
	color: #577488;
}

.library__filter--speciality__content--type__content li .fa-times {
	color: #DFE3E6;
	float: right;
}

.library__filter--footer {
	background-color: #F16112;
	width: 100%;
	height: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.library__content--banner {
	border: #DFE3E6 solid 1px;
	border-radius: 8px;
}

.library__content--banner__text {
	padding: 30px 0 0 20px;
}

.library__content--banner__text__title {
	font-size: 28px !important;
	color: #333333 !important;
	font-family: 'unimed_slabregular';
}

.library__content--banner__text__title__bold {
	color: #333333 !important;
	font-size: 28px !important;
	font-family: 'unimed_slabbold';
}

.library__content--banner__text p {
	font-size: 16px;
	color: #577488;
}

.library__content--banner__bg {
	background-image: url(../images/img-banner-desenvolvimentoHumano-biblioteca.png);
	background-repeat: no-repeat;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	background-size: cover;
}

.library__content--results__header {
	padding: 30px 0 20px 0px;
	border: #DFE3E6 solid 1px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	width: 100%;
}

.library__content--results__header::before {
	content: ' ';
	width: 10px;
	height: 20px;
	background-color: #F16112;
	float: left;
	margin-top: 5px;
	margin-right: 25px;
}

.library__content--results__header h2 {
	float: left;
	color: #333333;
	font-size: 28px;
	font-family: 'unimed_slabbold';
}

.library__content--results__header__colapseclick {
	background-color: transparent;
	border: none;
	float: right;
	padding-right: 30px;
	cursor: pointer;
}

.library__content--results__header__colapseclick::before {
	font-family: "Font Awesome 5 Free";
	content: "\f077";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	color: #DFE3E6;
}

.library__content--results__header__colapseclick.collapsed::before {
	font-family: "Font Awesome 5 Free";
	content: "\f078";
	display: inline-block;
	vertical-align: middle;
	font-weight: 900;
	font-size: 20px;
	color: #DFE3E6;
}

.library__content--results__content {
	border-left: #DFE3E6 solid 1px;
	border-right: #DFE3E6 solid 1px;
	width: 100%;
	max-height: 320px !important;
	overflow-y: auto;
}

.library__content--results__content li{
	cursor:default;
}

.library__content--results__content a{
    padding-left: 10px;
    font-size: 14px;
}

.library__content--results__content::-webkit-scrollbar-track {
	background-image: url(/style library/cooperados/images/bg-scroll.png);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100%;
}

.library__content--results__content::-webkit-scrollbar {
	width: 11px;
}

.library__content--results__content::-webkit-scrollbar-thumb {
	background-color: #577488;
	border-radius: 10px;
}

.library__content--results__content li {
	border-bottom: #DFE3E6 1px solid;
	padding: 20px 30px;
}

.library__content--results__content li i {
	font-size: 20px;
}

.library__content--results__content li label {
	padding-left: 10px;
	font-size: 14px;
}

.library__content--results__content li .fa-file-word {
	color: #2b579a !important;
}

.library__content--results__content li .fa-file-pdf {
	color: #E4003F !important;
}

.library__content--results__content li .fa-file-excel {
	color: #217346 !important;
}

.library__content--results__footer {
	background-color: #F16112;
	width: 100%;
	height: 10px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.library__filter--selected {
	width: 100%;
	max-height: 280px !important;
	overflow-y: auto;
}

.library__filter--selected::-webkit-scrollbar-track {
	background-image: url(/style library/cooperados/images/bg-scroll.png);
	background-color: #fff;
	background-repeat: repeat-y;
	background-position: center;
	background-size: 100%;
}

.library__filter--selected::-webkit-scrollbar {
	width: 11px;
}

.library__filter--selected::-webkit-scrollbar-thumb {
	background-color: #577488;
	border-radius: 10px;
}

.tblCadastroSecretaria {
	min-width: 350px;
	max-width: 650px;
}

@media (max-width: 768px) {
	.tblCadastroSecretaria { 
		min-width: 100%;
		max-width: 100%;

	}
}

.cad-sec-nome, .cad-sec-email {
	height: 48px;
    width: 100%;
    width: 100%;
    border: 1px solid #DFE3E6;
    font-size: 13px;
    color: #577488;
    font-family: 'unimed_sansregular';
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    outline: none;
    margin-left: 6px;
    margin-bottom: 10px;
}

.cad-sec-enviar, cad-sec-enviar:hover {
    background-color: #00995D !important;
    color: #FFFFFF !important;
    font-family: 'unimed_slabbold';
    width: 106px;
    max-width: 106px;
    text-transform: capitalize;
    border: 1px solid #00995D !important;
    outline: none !important;
}

/*Tabela Expansivel*/
.conteudo-antigo table{float:left; width:100%;padding-bottom: 3px;}
.conteudo-antigo table caption{height:44px;  margin-bottom: 3px;}
.conteudo-antigo table caption span {padding-left: 35px;}
.conteudo-antigo table thead{height:30px;}
.conteudo-antigo table tr th,.category table tr td{vertical-align: middle;height: 30px;}
.conteudo-antigo .tbFavorites{margin-top:8px;}
.conteudo-antigo .expansivel{display:none;}
.conteudo-antigo .expansor td{text-align:center;}
.conteudo-antigo .expansor a{text-indent: -9999px;height: 15px;}
.conteudo-antigo .box-expansivel{float: left; padding: 8px 0 5px 45px; width: 90%;}
.conteudo-antigo .box-expansivel p{float: left; padding: 0 0 10px; width: 100%;}
.conteudo-antigo .box-expansivel strong{}
.conteudo-antigo .box-expansivel a{}
.conteudo-antigo .box-expansivel span{float:left;width:100%;}

.conteudo-antigo .comunicados{margin-bottom:20px;}
.conteudo-antigo .gridComunicadosHeader { background-color: #00696a; color: #fff;}
.conteudo-antigo .gridComunicadosHeader th { background-color:transparent; /*padding:0px 0px 0px 4px;*/padding:0px 0px 0px 6px; text-align:left; font-size:12px; }
.conteudo-antigo .gridComunicadosRow { background: #e4e0d6; }
.conteudo-antigo .gridComunicadosRow td { padding: 5px 0px 5px 5px; }
.conteudo-antigo .gridComunicadosAlternativeRow { background-color: #f5f1e6; }
.conteudo-antigo .gridComunicadosAlternativeRow td { padding: 5px 0px 5px 5px; }

.conteudo-antigo .grdHeader { background-color: #128e52; color: #fff;}
.conteudo-antigo .grdHeader th { background-color:transparent; /*padding:0px 0px 0px 4px;*/padding:0px 0px 0px 6px; text-align:left; font-size:12px; }
.conteudo-antigo .grdRow { background: #e4e0d6; }
.conteudo-antigo .grdRow td { padding-top: 5px; padding-left:5px; padding-right:5px; padding-bottom:5px !important }
.conteudo-antigo .grdAlternativeRow { background-color: #f5f1e6; }
.conteudo-antigo .grdAlternativeRow td { padding-top: 5px; padding-left:5px; padding-right:5px; padding-bottom:5px !important }

/*form */
.conteudo-antigo  input[type="text"],
.conteudo-antigo textarea,
.conteudo-antigo input[type="file"],
.conteudo-antigo input[type="text"]{ -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; vertical-align: middle;
						position: relative!important; border: 1px solid #AAA; font-size: 12px; font-family:'unimed_sansregular'; color: #666; float: left;
						margin: 2px 7px 0px 0px; padding:3px 2px 3px 3px; }
						
.conteudo-antigo select {
	-webkit-border-radius: 6px; 
	-moz-border-radius: 6px; 
	border-radius: 6px; 
	vertical-align: middle;
	border: 1px solid #AAA; 
	font-size: 12px; 
	color: #666; 
	float: left;
	margin: 2px 7px 0px 0px; 
	padding:3px 2px 3px 3px;	
}
						
.conteudo-antigo td{
	vertical-align:middle;
	padding-right:0px;
	padding-bottom:0px;
	font-family:'unimed_sansregular';

}

.conteudo-antigo .botaopadrao{					
	height:29px;
	background-color:#128e52;
	border:0;
	color:#fff;
	font-family: 'unimed_sansregular';
	font-size:16px;
	padding:0;
	padding:2px 7px 2px 7px;
	margin:10px 15px 10px 0;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	float:left;
	cursor: pointer; 
	cursor: hand; 
}


.ms-srch-sbLarge input {
    height: 48px;
    width: calc(100% - 40px);
    font-size: 13px;
    color: #577488;
    font-family: 'unimed_sansregular';
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    outline: none;
    margin-left: 0px;
}

.ms-srch-sbLarge {
    height: 48px;
    width: 100%;
    width: 100%;
    border: 1px solid #DFE3E6;
    font-size: 13px;
    color: #577488;
    font-family: 'unimed_sansregular';
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 8px;
    outline: none;
    margin-left: 6px;
    min-width: 100%;
}

.tabelaCustomUnimed {
	border: 1px solid #DFE3E6 !important;
	width: auto !important;
    border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -webkit-border-radius: 8px 8px 8px 8px;
    padding-bottom: 0px !important;
    font-size: 13.33px !important;
}

.tabelaCustomUnimed tbody {
	width: 100%;
	display:inline-table;
}

@media (max-width: 425px) {
	.tabelaCustomUnimed {
		width: 385px !important;
	}
}


@media (max-width: 375px) {
	.tabelaCustomUnimed {
		width: 340px !important;
	}
}

@media (max-width: 360px) {
	.tabelaCustomUnimed {
		width: 325px !important;
	}
}

@media (max-width: 320px) {
	.tabelaCustomUnimed {
		width: 285px !important;
	}
}

.tabelaCustomUnimed th:first-child {
    border-radius: 8px 0 0 0;
    -moz-border-radius: 8px 0 0 0;
    -webkit-border-radius: 8px 0 0 0;
}
.tabelaCustomUnimed th {
        text-transform:uppercase;
}
.tabelaCustomUnimed a {
	color: #00995D;
}

.tabelaCustomUnimed th:last-child {
    border-radius: 0 8px 0 0;
    -moz-border-radius: 0 8px 0 0;
    -webkit-border-radius: 0 8px 0 0;
}

.tabelaCustomUnimed td:first-child, .tabelaCustomUnimed th:first-child {
    border-left: medium none;
}
.tabelaCustomUnimed th {
	font-family: 'unimed_sansbold' !important;
	padding: 15px 35px 15px 35px !important;
	color: #333333 !important;
	text-align: center !important;
	vertical-align: middle !important;
}
.tabelaCustomUnimed th:first-of-type {
	text-align: left !important;
}
.tabelaCustomUnimed td {
	color: #577488 !important;
	font-family: 'unimed_sansregular' !important;
	padding: 15px 35px 15px 35px !important;
	text-align: center !important;
	vertical-align: middle !important;
}
.tabelaCustomUnimed td:first-of-type {
	text-align: left !important;
}
div#SearchBox {
    width: 100%;
    min-width: 100%;
}

.ms-srch-sbLarge > .ms-srch-sb-searchLink {
    top: 7px;
}

.ms-srch-item {
    width: 100%;
    max-width: 750px;
    margin: 0px;
    display: inline-grid;
}

@media (max-width: 768px){
	.ms-srch-item {
	    width: 100%;
    	max-width: 100% !important;
	}

}

.ms-srch-item-summaryPreview {
    width: calc(100% - 120px);
}

.ms-srch-item-preview-path {
    width: 100%;
}

.ms-srch-item-path {
    width: 100%;
    font-size: 15px;
    color: #00995D;
}

h3.ms-srch-ellipsis, h3.ms-srch-ellipsis a, h3.ms-srch-ellipsis a:hover {
    font-family: 'unimed_slabbold';
    text-transform: uppercase;
    color: #000 !important;
    font-size: 26px;
}

.ms-srch-item-summary {
    font-size: 15px;
    color: #577488;
}

.ms-srch-result #PagingSelf a, .ms-srch-result #PagingSelf a:hover, .ms-srch-result #PagingLink a:hover, .ms-srch-result #Paging a:hover {
    color: #00995D;
    background-color:transparent;

}

.ms-srch-pagingNext, .ms-promlink-button-enabled:hover .ms-srch-pagingNext {
    left: -109px;
    top: -5px;
}

.ms-srch-pagingPrev, .ms-promlink-button-enabled:hover .ms-srch-pagingPrev {
    left: -59px;
    top: -79px;
}

span.ms-promlink-button-image {
    border: 0px;
}

.ms-srch-result #Paging a, .ms-srch-result #Paging a:hover {
    text-decoration: none;
    border: none;
}

.ms-srch-item:hover, .ms-srch-resultHover:hover, .edisc-SearchResultItemContainer:hover {
    background-color: #F5F7FA;
}

.ms-ref-refiner #Value > a:hover, .ms-ref-unsel-toggle:hover, .ms-ref-ctrl .ms-ref-selSec .ms-ref-filterSel, .ms-ref-ctrl .ms-ref-allSec .ms-ref-filterSel {
    color: #00995D;
}

.histogram_bar_active {
    border-top: 2px solid #00995D;
}


.histogram_bar_active:hover, .histogram_bar_inactive:hover {
    background-color: #0089499c;
    border-left: 1px solid #0089499c;
    border-right: 1px solid #0089499c;
    border-top: 2px solid #00995D;
}

.slider_tick_active {
    background-color: #00995D;
    border: 1px solid #00995D;

}

.ajax__multi_slider_default .inner_rail_horizontal {

    background-color: #00995D;
    border-top: 1px solid #00995D;
    border-bottom: 1px solid #00995D;
}

.ms-srch-hover-text a, .ms-srch-hover-text a:hover {
    color: #00995D;
}

.ms-soften, .ms-soften:link, a.ms-soften:visited, .ms-soften:hover, .ms-soften:active {
    color: #000;
}

.ms-webpart-zone {
    display: contents;
}


.ms-rtestate-field h1, h1.ms-rteElement-H1, .ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: #000000;
	font-family: 'unimed_slabbold';
    font-size: 54px;
}

.ms-rtestate-field h2, h2.ms-rteElement-H2 {
	color: #00995D;
	font-family: 'unimed_slabbold';
    font-size: 33px;	
}

.ms-rtestate-field h3, h3.ms-rteElement-H3 {
	color: #000000;
	font-family: 'unimed_slabbold';
	font-size: 24px;
	
}

.ms-rtestate-field h4, h4.ms-rteElement-H4 {
	color: #00995D;
	font-family: 'unimed_slabbold';
    font-size: 18px;
}

.ms-rtestate-field p, p.ms-rteElement-P, .ms-rtestate-field li {
	color: #577488 !important;
	font-family: 'unimed_sansregular'  !important;
	font-size:16px  !important;
}

.ms-rteStyle-Normal {
	font-size: 16px;
	font-family: 'unimed_sansregular';	
    color: #444;	
}

.ms-rteStyle-Byline, .ms-rteStyle-Quote, .ms-rteStyle-IntenseQuote {
	font-size: 16px;
	font-family: 'unimed_sansregular';	
    font-style: italic;
	color: #577488;
}

.ms-rteStyle-Emphasis, .ms-rteStyle-IntenseEmphasis {
	font-size: 16px;
	font-family: 'unimed_sansregular';	
    font-style: italic;
	color: #00995D;
}

.ms-rteStyle-References, .ms-rteStyle-IntenseReferences {
	font-size: 16px;
	font-family: 'unimed_sansregular';	
    font-style: italic;
	color: #577488;	
}

.modal-title {
    padding-left: 0px;
    margin-left: 0px;
}

#modal-calendario .card-title {
    color: #00995D;
}

#modal-teto-maximo .footer-modal, #modal-teto-inferior .footer-modal {
    text-align: center;
    margin-bottom: 28px;
}

#h3_error, #h3_permissao, #h3_logoff {
	padding-top: 100px;
}

#s4-workspace
{

-webkit-overflow-scrolling: touch;

}

main .home_charts_box__footer p .valorizacao-sinistralidade-data {
	text-transform:capitalize;
}

#btnSearch:hover {
    background-color: white!important;
    color: #00995D!important;
    border: 2px solid #00995D!important;
}


@media all and (-ms-high-contrast:none){

	@media (max-width: 1280px){
		 *::-ms-backdrop, main .news_desktop .home__news__menu .navbar-nav :last-of-type.nav-item {
      		width: 20.7%;
      	} /* IE11 */
     }	
}

@media (max-width: 425px){
	.bx-wrapper img {
   	 	height: 263px !important;
	}
}

@media (max-width: 414px){
	.bx-wrapper img {
   	 	height: 256px !important;
	}
	main .box_header_card_1 h5,
	main .home_charts .exames h5{
		text-align:center !important;
		 margin-bottom: 0;
	}
	main .home_charts_box__header__title,
	main .home_charts .exames .home_charts_box__header__title{
		text-align:center;
	}
	main .box_header_card_1 .range,
	main .home_charts .exames .rage{
	    width: auto;
	    position: relative;
	    top: 0;
	    float: none;
	    margin: 0 auto;
	    display: table;
	}
	main .box_header_card_1 .range input#daterangepicker,
	main .home_charts .exames #examsOnlineDate{
		position: initial !important;
	    padding: 4px 0;
	    text-align: center !important;
	    width: auto !important;
	    float: left !important;
	    margin: 0;
	}
	main .box_header_card_1 .range i,
	main .home_charts .exames .range i{
		position: initial;
	}
	 main .home_charts .exames #examsOnlineDate{
	 	text-align: right !important;
    	padding-right: 10px;
	 }

}

@media (max-width: 411px){
	.bx-wrapper img {
   	 	height: 254px !important;
	}
}

@media (max-width: 375px){
	.bx-wrapper img {
   	 	height: 230px !important;
	}
}

@media (max-width: 320px){
	.bx-wrapper img {
   	 	height: 220px !important;
	}
}


@media (max-width: 1024px) and (min-width: 992px) {
    main .home_charts_box__header__title {
        font-size: 13px;
    }
    main .box_header_card_1 #daterangepicker {
        font-size: 11px !important;
    }
    main .home_charts .exames #examsOnlineDate {
        font-size: 11px !important;
        right: 14px !important;
    }
}

@media (max-width: 1200px) and (min-width: 1025px) {
	.header__submenu .container .col-md-4:nth-of-type(1) ul li a {
		width: 90% !important;
	}
	.header__submenu .container .col-md-4:nth-of-type(1) ul li a i {
		right: -10px !important;
	}
}

.valorizacao-programa-box-sem-dados {
    text-align: center;
    padding: 60px 0px;
        font-size: 13px;
}

.listagem-boletos-sem-margin {
	margin-left: -15px;
}


@media (max-width: 1328px){
	main .home_charts .legend h2 {
    	font-size: 36px;
    }
}

@media (max-width: 1250px){
	canvas#valorizacao-programa-chart {
	  /*  padding: 13px 15px 13px 15px !important;*/
	}
}


@media (max-width: 1242px){
	main .production_footer a {
	    padding: 9px 12px !important;
	}
}


@media (max-width: 1224px){
	main .production_footer a {
	    padding: 6px 8px !important;
	    
	}
		main .production_footer a i {
	    display:none;
	    
	}

	main .home_charts .production__val_footer {
	    text-align: center;
	}
	
	.production_footer h3 {
	    margin-right: 0px;
	    font-size: 18px;
	}
}


@media (max-width: 1016px){
	main .production_footer a {
	    margin-left: 1%;
	}
}

@media (max-width: 993px){
	main .production_footer a {
	    margin-left: 0%;
	}
}
@media (max-width: 991px){
	canvas#production-chart {
	    display: none!important;
	}
	
	main .home_charts .production__val_footer {
	    text-align: center;
	    padding: 9px 22px!important;
	}
	
	main .production_footer a {
		padding: 9px 22px!important;
		margin: 0 auto 10px auto;
		max-width: 180px;
		display: block;
		text-align:center;
	}
	
	.production_footer {
	   padding-top: 0px;
	}
	.home_charts_box__footer.header-two {
	    margin-top: 20px;
	}
	.production_footer h3 {
	   margin-right: 0px;
	}
	
	.img-fluid {
	    width: 100%;
	}
	
	main .home_highlight .destaquesDesk {
		display: none !important;
	}	
	
  	.production_footer h3 {
        text-align:center;
    }
    
    .home_charts .card {
    	border-radius: 8px!important;
	}
	h2.pf::after {
    	width: 53%;
	}
	
}

.side-menu ul.root ul a.menu-item {
    padding: 11px 11px 11px 53px !important;
    text-transform: none;
}

.side-menu ul.root ul {
    border: none;
}

.checkboxlist label {
    display: inline;
}

.dropdown-menu.dropdown-menu-user-mobile {
    margin: 0px;
    border: none;
    padding: 0px;
}

.dropdown-menu-user-mobile h2 {
    padding: 20px 0px 20px 15px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    font-size: 19px;
    font-family: 'unimed_slabbold';
    margin-bottom: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.dropdown-menu-user-mobile h2 i {
    margin-right: 13px;
    font-size: 30px;
    color: #577488;
}

.assistent-mobile::before {
    display: none;
}

.assistent-mobile {
    margin: 0px;
    padding: 0px;
    border: none;
    background-color: #FFFFFF;
}

.assistent-mobile h2 {
    padding: 20px 0px 20px 15px;
    text-transform: uppercase;
    color: #333333;
    margin: 0px;
    font-size: 19px;
    font-family: 'unimed_slabbold';
    margin-bottom: 0px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}

.assistent-mobile h2 i {
    margin-right: 13px;
    font-size: 30px;
    color: #577488;
}

.assistent-mobile .card {
    width: 100%;
    background-color: #FFFFFF;  
}

@media (max-width: 992px) {
	.library__content--results__content li {
	    padding: 5px 10px !important;
	    align-items: center  !important;
	}
	.library__content--results__content li label {
	    font-size: 13.33px !important;
	    color: #577488 !important;
	    padding-top: 8px !important;
	}
	button.library__filter--searchmob__icon {
	    font-size: 20px !important;
	    min-width: 0px !important;
	    color: #577488 !important;
	}
	.library__filter--searchmob input[type='search'] {
		background-color: white;
	    background-image: url(../images/searchicon.png);
	    background-position: 10px 19px;
	    background-repeat: no-repeat;
	    padding: 0px 38px;
	}
	.library__filter--speciality {
		border: #DFE3E6 0.3px solid !important;
		border-radius: 0px !important;
		border-bottom-left-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
		padding-bottom: 0 !important;
		margin-bottom: 0 !important;
	}
	.library__filter--selected {
		width: 100% !important;
		max-height: 280px !important;
		overflow-y: auto !important;
		border-left: 1px solid #e6e6e6 !important;
		border-right: 1px solid #e6e6e6 !important;
		padding: 18px !important;
	}
	.library__content--results__header {
    	padding: 18px 0 6px 0px !important;    
    }
    .library__content--results__header__colapseclick::before {
		color: #577488 !important;
	}
	.library__content--results__header__colapseclick.collapsed::before {
		color: #577488 !important;
	}
	.library__content--results__header__colapseclick {
		margin-top: -4px !important;
	}
}
}
.library__filter--speciality__content--type__content li:hover .fa-file-pdf, .library__filter--speciality__content--type__content li.selected .fa-file-pdf, .library__filter--speciality__content--type__content li.pdf:hover::after, .library__filter--speciality__content--type__content li.pdf.selected::after {
    color: #E4003F !important;
}

@media (max-width: 320px){
	.assistent-mobile .card{
		height:480px !important;
	}
}


@media (max-width: 360px){
	.navbar-brand {
	    margin-right: 0rem;
	    font-size: 1.06rem;
	}
}

.search-results .empty-webpart {
	margin-top: 50px;
}

video {
	max-width: 100%;
}

.bx-loading {
	display: none !important;
}
@media (max-width: 992px) {
	.col-side-menu .navbar-toggler {
		min-width: 0px !important;
	}
	#menu-mobile #trigger {
	    font-size: 30px !important;
	    margin-top: -8px !important;
	}
	#menu-mobile .body_menu ul li h2 i {
    	font-size: 30px !important;
   	}
   	.assistent-mobile h2 i {
		font-size: 30px !important;
	}
	.dropdown-menu-user-mobile h2 i {
		font-size: 30px !important;
	}
}

/*css table capacitação*/
.col-content .content table.ms-listviewtable{
	border:0;
}
.col-content .content table.ms-listviewtable{
	border:1px solid #DFE3E6;
	border-radius:8px;
}
.col-content .content table.ms-listviewtable th,
.col-content .content table.ms-listviewtable td{
	border:1px solid #DFE3E6;
	border-top:0;
}
.col-content .content table.ms-listviewtable th:nth-child(3),
.col-content .content table.ms-listviewtable td:nth-child(3),
.col-content .content table.ms-listviewtable th:nth-child(2),
.col-content .content table.ms-listviewtable td:nth-child(2),
.col-content .content table.ms-listviewtable td:first-child,
.col-content .content table.ms-listviewtable th:first-child{
	border-left:0;
	padding:10px;
}
.col-content .content table.ms-listviewtable th:nth-child(3),
.col-content .content table.ms-listviewtable td:nth-child(3){
	border-right:0;
}
.col-content .content table.ms-listviewtable th a{
	font-family: 'unimed_sansbold';
	font-size:16px;
	color:#000;
	text-transform:uppercase;
	cursor:pointer;
}
.col-content .content table.ms-listviewtable td span,
.col-content .content table.ms-listviewtable td a{
    font-family: 'unimed_sansregular' !important;
    font-size: 16px!important;
    color: #577488;	cursor:pointer;
}

.col-content .content table.ms-listviewtable tr:last-child td{
	border-bottom:0;
}
.col-content .content .ms-vb-imgFirstCell.ms-vb-imgFirstCell.ms-vb-imgFirstCell{
	border-right-width: 0;
	
}


/* Modal Termo */
.modal-backdrop{
	z-index: -1 !important;
}
.modal-open .modal.modal-termo{
	background: rgba(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: auto;
    z-index:9999 !important;
}
.modal-termo .modal-header .close {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 15px;
    min-width: auto;
    top: 5px;
    z-index:99;
    outline:none;
    color:#000000;
}
.modal-termo .btn-success{
    border-radius: 50px;
}
.modal-termo .modal-dialog-scrollable{
    max-height: calc(100% - 3.5rem);
    display: flex;
    display: -ms-flexbox;
}
.modal-termo .modal-dialog-scrollable .modal-content {
	 max-height: calc(100vh - 1rem);
	 overflow: hidden;
}
.modal-termo .modal-dialog-scrollable .modal-body {
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
}
.modal-termo .modal-body .font-size{
	font-size:1.125rem;
}
.modal-termo .modal-dialog-scrollable .modal-body::-webkit-scrollbar-track {
    background-color: #F4F4F4;
}
.modal-termo .modal-dialog-scrollable .modal-body::-webkit-scrollbar {
    width: 6px;
    background: #F4F4F4;
}
.modal-termo .modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb {
    background: #c3c3c3;
    border-radius:6px;
}

.indicadores-individuais-peso {
	position:relative;
}

.indicadores-individuais-peso .btn-success {
	transition: all 300ms linear;
    font-family: 'unimed_slabbook';
    text-transform: uppercase;
    background-color: #00995D;
    color: #FFF;
    display: block;
    text-decoration: none;
    position: absolute;
    padding: 2px 25px;
    border-radius: 50px;
    font-size: 10px;
    bottom: 3%;
    left: 5%;
    border: 2px solid #00995D;
}


.indicadores-individuais-peso .btn-success:hover {
    background-color: #FFF;
    color: #00995D;
}

.indicadores-individuais-peso .btn-success .fa-arrow-right {
	margin-left: 5px;	
}

#modalComunicado .modal-dialog {
	position: relative;	
}

#modalComunicado .close {
	position: absolute;
	right:0;
	top:25px;
}

#modalComunicado h4, #modalComunicado h6 {
	text-align:center;
}

#modalComunicado img {
	display:block;
}


.btn-link {	
	transition: all 300ms linear;
    font-family: 'unimed_slabbold';
    background-color: #00995D;
    color: #FFF !important;
    display: block;
    text-decoration: none;
    padding: 12px 25px;
    border-radius: 50px;
    font-size: 13px;
    border: 2px solid #00995D;
}

.btn-link:hover {
    background-color: #FFF;
    color: #00995D !important;
}

.btn-logoff{
	transition: all 300ms linear;
    font-family: 'unimed_slabbold';
    background-color: #00995D;
    color: #FFF !important;
    text-decoration: none;
    padding: 9px 55px !important;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid #00995D !important;
}

.btn-logoff:hover {
    background-color: #FFF;
    color: #00995D !important;
}

.btn-sessao {
	transition: all 300ms linear;
    font-family: 'unimed_slabbold';
    background-color: #FFF;
    color: #00995D !important;
    text-decoration: none;
    padding: 9px 55px !important;
    border-radius: 50px;
    font-size: 13px;
    border: 1px solid #00995D !important;
}

.btn-sessao:hover {
	background-color: #00995D !important; 
    color: #FFF !important;
}
